Boling1
Contributor
since ‎2020-11-18
‎2021-09-22

User Statistics

  • 13 Posts
  • 0 Solutions
  • 4 Likes given
  • 0 Likes received

User activity

Hi,guys I can create column,but don't know how to cennect to uper story? GSErrCode err = ACAPI_Element_GetDefaults(&element, &memo); //setting: column connect to upper story but //don't work element.column.axisRotationAngle = 0; point.x = 0; point.y ...
https://archicadapi.graphisoft.com/documentation/examples Please remove the DEBUVERS directive from your projects. I'm new ,I don't know where DEBUVERS is in?
I can create a rectangle column, but don't know how to change section width and height, AC24: void Do_CreateColumn (void) { API_Coord point; if (!ClickAPoint ("Pick a point", &point)) { return; } API_Element element; API_ElementMemo memo; BNClear (el...