What is the difference between "Selected Item(s)" and other categories in the property panel? #8578
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The content of an element consists not of just direct element properties (defined on its ECClass), but also related instances - aspects, other elements, aspects of other elements, etc. Direct element properties always all into the "default" category, which we label "Selected element(s)". For related ones, there are two options, described here. In short, when defining a "related properties rule", you specify if they should be displayed as if they belonged to the same instance (e.g. aspects) or to a related instance (e.g. properties of the related physical type). In case of the former, the related properties are nested inside the default "Selected Item(s)" category. In case of the latter, properties are placed into a separate root category. On top of that, properties can have their own categories. In that case, a separate category is created for them and nested under one of the root categories. HTH |
Beta Was this translation helpful? Give feedback.

The content of an element consists not of just direct element properties (defined on its ECClass), but also related instances - aspects, other elements, aspects of other elements, etc.
Direct element properties always all into the "default" category, which we label "Selected element(s)". For related ones, there are two options, described here. In short, when defining a "related properties rule", you specify if they should be displayed as if they belonged to the same instance (e.g. aspects) or to a related instance (e.g. properties of the related physical type). In case of the former, the related properties are nested inside the default "Selected Item(s)" category. In case of the latter, p…