HKM
Contributor
since ‎2023-10-02
Monday

User Statistics

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

User activity

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.3000beamSegment 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 c...
ACAPI_Element_GetElemList(API_ZombieElemID, &elemList, APIFilt_OnVisLayer);This gets all elements on the visible layer.I want to exclude elements hidden by F5 key or 3D filters or else.How to get only shown elements in C++?Archicad26 Windows10 APIDev...
Likes given
Likes received