RelatedInstanceSpecification Type alias
This sub-specification allows joining the primary node instance with any number of related instances and creating hierarchies based on a mix of those related instances.
The related instance property values can be accessed from multiple different places:
- Instance filter
- Customization rule value
- Grouping rule
Example:
Here BisCore:GeometricModel
instances are joined with BisCore:Element
instances to create the hierarchy. This allows:
- Related
BisCore:Element
properties to be accessed inInstanceFilter
usingmodeledElement
alias. - The
LabelOverride
rule to usemodeledElement
alias to access properties of the joined related instance. - The
GroupingRule
to be applied because it's groupingBisCore:Element
which is now part of the generated nodes.
see More details
RelatedInstanceSpecification = DEPRECATED_RelatedInstanceSpecification | RelatedInstanceSpecificationNew
Defined in
Last Updated: 11 June, 2024