cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Tran Thanh Lo
Booster

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

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 Solution

Accepted Solutions
Hiromichi Shinkawa
Graphisoft
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

Go to post

1 Reply 1
Hiromichi Shinkawa
Graphisoft
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

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!