cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Streamline your workflows and master BIM coordination! Program starts April 28!

Archicad C++ API
About Archicad add-on development using the C++ API.

How to get 2D Symbol and 3D Back View of object in ArchiCAD API?

Tran Thanh Lo
Booster

Hello everyone,
Currently, I’m trying to retrieve information (such as the lines that form it or an image) for the following two attributes of an object using the ArchiCAD API:

  • 2D Symbol

  • 3D Back View

Does anyone know how to achieve this?
Thank you very much for reading my post!

 

Screenshot 2025-04-04 101113.png

1 REPLY 1
LChen
Graphisoft

Hi, Could you check ACAPI_LibraryPart_ShapePrims() command? It's used to get object 2D drawing of symbol on floor plan and S/E view.
Unfortunately there is no examples code in API kit, but you can find similar code which is using ACAPI_DrawingPrimitive_ShapePrims().
HTH