A3DAsmProductOccurrenceDataInv

Fields

A3DEProductOccurrenceTypeInv m_eType
A3DInt32 m_aiCLSID
A3DInt32 m_iNodeID
A3DUns32 m_uiOccurrenceIDsSize
A3DInt32 * m_aiOccurrenceIDs
A3DUns32 m_uiFlexibleOccurrenceIDsSize
A3DInt32 * m_aiFlexibleOccurrenceIDs
A3DBool m_bIsSubstituted

Detailed Description

struct A3DAsmProductOccurrenceDataInv

A structure specifying the product occurrence data specific to the Inventor format.

Version
8.2

Public Members

A3DEProductOccurrenceTypeInv m_eType

Product Occurrence Type (none, iam, ipt).

A3DInt32 m_aiCLSID[4]

Product CLSID.

Only on regular products (type: iam, ipt).

A3DInt32 m_iNodeID

Node ID.

A3DUns32 m_uiOccurrenceIDsSize

The size of m_aiOccurrenceIDs.

A3DInt32 *m_aiOccurrenceIDs

Ids of Products corresponding to occurrences.

A3DUns32 m_uiFlexibleOccurrenceIDsSize

The size of m_aiFlexibleOccurrenceIDs.

A3DInt32 *m_aiFlexibleOccurrenceIDs

Ids of flexible occurrences.

A3DBool m_bIsSubstituted