A3DBIMDataData Struct Reference

Entry point for BIM Data. More...

Data Fields

A3DBIMRelationship ** m_ppRelationships
 List of BIM relationships.
 
A3DBIMProjectm_PProject
 
A3DUns32 m_uiRelationshipSize
 The size of m_ppRelationships
 

Detailed Description

Entry point for BIM Data.

Version
22.0

The A3DBIMData entity is contained within a model file entity as long as:

This structure contains all read BIM data from the input file

BIM relationships

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, use A3DEntityGet().

See also
A3DBimDataGet
A3DAsmModelFileData
A3DEntityGet

Field Documentation

◆ m_PProject

A3DBIMProject* A3DBIMDataData::m_PProject

Project address