2024-01-09
04:33 PM
- last edited on
2024-09-16
02:44 PM
by
Doreena Deng
Hello everyone,
Is it possible to add a property to a non-element object like a components (parts of a composite wall or slab) ?
I've found this method which allow to add a property to element : ACAPI_Property_AddProperty (API_PropertyDefinition& definition, const GS::Array<API_Guid>& elemGuids)
When i check which object is an element, components are not : https://graphisoft.github.io/archicad-api-devkit/union_a_p_i___element.html
My goal is to try to add property to the component itself so when I export an IFC, each IfcBuildingElementPart has it's own parameter value which can be different for each layer.
For what I know, only 3 things can be obtained about components:
But I hope I'm wrong and that we can do more things, like manipulate properties.
Thanks