HKM
Contributor
since ‎2023-10-02
Friday

User Statistics

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

User activity

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)".Win...
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 b...
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...
Windows10 Archicad26 APIDevKit 26.3000 beamSegment not has 'extrusionSurfaceMaterial' propertythen beam with custum section can't change 'materialsChained' property false to true. How to change 'materialsChained' property false to true with beam with...
Likes given
Likes received