A3DBIMDataData

Fields

A3DUns32

m_uiRelationshipSize

A3DBIMRelationship **

m_ppRelationships

A3DBIMProject *

m_PProject

Detailed Description

struct A3DBIMDataData

Entry point for BIM Data.

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

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

BIM relationships

See also

A3DBimDataGet

See also

A3DEntityGet

Public Members

A3DUns32 m_uiRelationshipSize

The size of m_ppRelationships

A3DBIMRelationship **m_ppRelationships

List of BIM relationships.

A3DBIMProject *m_PProject

Project address.