A3DBIMRelSpaceBoundaryData Struct Reference
Describes the physical or virtual delimiter of a space to the surrounding elements. More...
Data Fields | |
A3DBIMSpace ** | m_ppRelatedElements |
Array of related elements. | |
A3DBIMElement * | m_pRelating |
Relating element. | |
A3DUns32 | m_uiRelatedElementSize |
The size of m_ppRelatedElements | |
Detailed Description
Describes the physical or virtual delimiter of a space to the surrounding elements.
- Version
- 22.0
- One-to-one relationship
This is a one-to-one relationship, thus:
m_uiRelatedElementsSize
is always 1 andm_ppRelatedElements
can be used as anA3DBIMOpeningElement*
.