2023-09-22
04:01 AM
- last edited on
2023-09-26
09:37 AM
by
Laszlo Nagy
I would like to extract the composite name from walls, slabs, and roofs using the API. I have got all the other information I need (dimensions, instance name, etc) but I am struggling to find where to get composite info. I have attached 2 screenshots showing what I need to get.
Could someone point me to where this value is held?
Thanks in advance.
Solved! Go to Solution.
2023-09-22 11:24 AM - edited 2023-09-22 11:28 AM
The Composite is in element specific structs
here is a example of the wall:
https://archicadapi.graphisoft.com/documentation/api_walltype?s=API_WallType
you get the Attribute Index and with ACAPI_Attribute_Get you should be able to mangle to the name of the composite
2023-09-24 08:44 PM
Thanks very much