cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
WalterWhite
Participant
since ‎2022-04-30
Online

User Statistics

  • 20 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

How to obtain its material through elements
Can't  get the two ids of the column element, only the GUID 
Hi there,I use "ACAPI_Notify_CatchNewElement" to catch the modify of the element. ACAPI_Notify_CatchNewElement(nullptr, ElementEventHandlerProc); ACAPI_Notify_InstallElementObserver(ElementEventHandlerProc); When I delete the wall element,I can get t...
Hi there,I use "ACAPI_Notify_CatchNewElement" to catch the modify of the element. ACAPI_Notify_CatchNewElement(nullptr, ElementEventHandlerProc); ACAPI_Notify_InstallElementObserver(ElementEventHandlerProc); When I change the material attribute which...
Hi there,I use "ACAPI_Notify_CatchNewElement" to catch the modify of the element. ACAPI_Notify_CatchNewElement(nullptr, ElementEventHandlerProc); ACAPI_Notify_InstallElementObserver(ElementEventHandlerProc); And I indeed can get the event.however, if...