cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
kuvbur
Advocate
since ‎2013-08-08
yesterday

User Statistics

  • 93 Posts
  • 14 Solutions
  • 37 Likes given
  • 45 Likes received

User activity

How to persist GS::Array between SelectionChangeHandlerProc and ProjectEventHandlerProc in ArchiCAD add-on? I want to save selection when switching windows (floor plans/sections). In SelectionChangeHandlerProc I capture selection with ACAPI_Selection_Get() into GS::Array, th...
Hi everyone, Could someone clarify what has changed in 29.3000 compared to 29.2001? My add-on used to compile successfully with 29.2001, but with the 29.3000 API version it fails with the following error: assert self.CompileResourceFileAssertionError: Failed to compile resou...
The Branch element class doesn't seem to have methods for this. I know RoutingElement has GetBranchPreferenceTableId(), but how can I find the parent RoutingElement associated with a given Branch element instance?"
I'm unable to find a way to get the referenceId of the DuctElbowPreferenceTable row for a DuctBend element.For straight segments (RoutingSegment), there is the GetCrossSectionReferenceId method.Is there a similar method to retrieve the preference table row id for a DuctBend?
Good afternoon. What function can modify the 2D preview in the interactive schedule? I can manually draw it, but I can't find the function in the API (AC28).