Get the relations of a class
bsdd_get_class_relationsLists relations of a class, such as IsEqualTo or HasMaterial, and can reverse to show classes pointing to it. Helps map between dictionaries.
Instructions
List the relations of a class (e.g. IsEqualTo, HasMaterial, IsParentOf) or, with reverse=true, the classes that point at it. Useful for mapping between dictionaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-1000). Defaults to 50. | |
| offset | No | Zero-based offset of the first item returned. Default 0. | |
| reverse | No | Return reverse relations (classes relating to this class) instead of forward relations. Default false. | |
| classUri | Yes | Class URI, e.g. "https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/IfcWall". Use bsdd_search_classes to find one. | |
| searchText | No | Optional filter on the related class name. | |
| languageCode | No | Language code, case sensitive (e.g. "EN", "nl-NL"). Falls back to the dictionary default language. |