cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
HKM
Contributor
since ‎2023-10-02
14 hours ago

User Statistics

  • 48 Posts
  • 0 Solutions
  • 1 Likes given
  • 1 Likes received

User activity

I cannot find how to retrieve segments profile name list, even after checking the manual. Operating system used: Windows windows11
How to get "IfcColumnType" property with C++ API?I can get the "IfcColumn" property, but I cannot get the "IfcColumnType" property."IfcColumn" properties can be obtained using "ACAPI_Element_GetIFCProperties(element.header.guid, false, &lstPset)".Windows10Archicad26
API_Box3D objBox3 = { 0,0,0,0,0,0 };ACAPI_Database(APIDb_GetExtent3DID, &objBox3);//If a GDL that is partially displayed by the 3Dfilter is included, the entire GDL range is returned instead of the displayed part.If GDL is not included (columns and beams, etc.), the partiall...
Archicad26 / API Development Kit 26.3000 / Windows10Use 'ACAPI_Element_Change()' on a column whose 'coreAnchor' is other than 4, it will be moved in parallel.This can be confirmed with "Do_Change_ElemParameters()" in the SDK "Element_Test".Is there a way to avoid this proble...
Likes given
Likes received