Sketchup.active_model.definitions[5].get_classification_value([“IFC 2x3”, “IfcWall”,“Description”,“IfcText”])
=> Facade Bois
I’m looking to get all the filled information inside the classification value.
My plane is to test all information of the classification for each component ?
What is the better way ?
I remember that during the Athene Camp, we talk about how to get the BIM information. but I don’t find the note of the conference.
We don’t have any special API methods to traverse all the classification data, but you can traverse the nested set of attribute dictionaries yourself using the AttributeDictionary iterators.
Hi TT!
Haven’t found on the new API methods a simple way of traversing the fields, only methods for getting/setting single values by indicating the path.
Cheers!