A3DBIMRelConnectsPathElementsData Struct Reference
Describes the connectivity information between two elements. surrounding elements. More...
Data Fields | |
A3DBIMElement ** | m_ppRelatedElements |
The related elements. | |
A3DBIMElement * | m_pRelating |
The relating element. | |
A3DUns32 | m_uiRelatedElementSize |
The size of m_ppRelatedElements | |
Detailed Description
Describes the connectivity information between two elements. 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*
.