Get class details
bsdd_get_classFetch class details from bSDD by URI, including definition, type, related IFC entities, and optionally child classes and relations.
Instructions
Get the details of one class: definition, class type, related IFC entities and (optionally) child classes and relations. Properties are fetched separately with bsdd_get_class_properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Class URI, e.g. "https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/IfcWall". Use bsdd_search_classes to find one. | |
| languageCode | No | Language code, case sensitive (e.g. "EN", "nl-NL"). Falls back to the dictionary default language. | |
| includeClassRelations | No | Include the relations of this class. | |
| includeReverseRelations | No | Include relations pointing at this class from other classes. | |
| includeChildClassReferences | No | Include references to child classes. | |
| reverseRelationDictionaryUris | No | Restrict reverse relations to these dictionaries. |