ModelFile structure. More...

Data Fields

A3DBool m_bUnitFromCAD
 
A3DDouble m_dUnit
 
A3DEModellerType m_eModellerType
 
A3DBIMDatam_pBIMData
 
A3DAsmProductOccurrence ** m_ppPOccurrences
 
A3DUns32 m_uiPOccurrencesSize
 

Detailed Description

ModelFile structure.

HOOPS Exchange version 2.1 adds support for the m_bUnitFromCAD field. In earlier versions of the SDK, this field was described as Reserved.

Version
2.0
Warning
m_dUnit in multiple of millimeters. You must provide a value for this member to create a model file.

Field Documentation

◆ m_eModellerType

A3DEModellerType A3DAsmModelFileData::m_eModellerType

The Modeller used to create the Model. Used only in Get method.

◆ m_bUnitFromCAD

A3DBool A3DAsmModelFileData::m_bUnitFromCAD

Indicates whether the following unit is read from the native CAD file.

◆ m_dUnit

A3DDouble A3DAsmModelFileData::m_dUnit

Unit.

◆ m_uiPOccurrencesSize

A3DUns32 A3DAsmModelFileData::m_uiPOccurrencesSize

The size of m_ppPOccurrences.

◆ m_ppPOccurrences

A3DAsmProductOccurrence** A3DAsmModelFileData::m_ppPOccurrences

◆ m_pBIMData

A3DBIMData* A3DAsmModelFileData::m_pBIMData

Bim data,

Version
14.1.