A3DBIMDataData
-
struct A3DBIMDataData
Entry point for BIM Data.
The
A3DBIMData
entity is contained within a model file entity as long as:The originating file is IFC and
Upon reading,
A3DRWParamsIFCData::m_bReadRelationships
is set toA3D_TRUE
.
- Version
14.2
This structure contains all read BIM data from the input file
A3DBIMData entities mainly contains relationships. BIM relationships are stored in a sequential array where each element is abstracted away behind the
A3DBIMRelationship
entity. To retrieve the actual relationship type of the entity, useA3DEntityGet()
.- BIM relationships
See also
A3DBimDataGet
See also
See also
A3DEntityGet
Public Members
-
A3DBIMRelationship **m_ppRelationships
List of BIM relationships.
-
A3DBIMProject *m_PProject
Project address.