A3DBIMRelFillsElementData Struct Reference

Describes a relationship between an opening element and an element that fills the opening element. More...

Data Fields

A3DBIMOpeningElement ** m_ppRelatedElements
 The related elements.
 
A3DBIMBuildingElementm_pRelating
 The relating element.
 
A3DUns32 m_uiRelatedElementSize
 The size of m_ppRelatedElements.
 

Detailed Description

Describes a relationship between an opening element and an element that fills the opening element.

Version
22.0
One-to-one relationship

This is a one-to-one relationship, thus:

  • m_uiRelatedElementsSize is always 1 and
  • m_ppRelatedElements can be used as an A3DBIMOpeningElement*.