A3DMiscReferenceOnTessData Struct Reference

Structure that identifies the referenced tesselation entity and that specifies globally-defined attributes. More...

Data Fields

A3DEEntityType m_eTopoItemType
 
A3DRiPolyBrepModelm_pPolyBrepModel
 
A3DAsmProductOccurrencem_pTargetProductOccurrence
 
A3DUns32m_puiAdditionalIndexes
 
A3DUns32 m_uiSize
 

Detailed Description

Structure that identifies the referenced tesselation entity and that specifies globally-defined attributes.

Version
9.2

Field Documentation

A3DEEntityType A3DMiscReferenceOnTessData::m_eTopoItemType

kA3DTypeTessFace, kA3DTypeTessEdge, kA3DTypeTessVertex.

A3DRiPolyBrepModel* A3DMiscReferenceOnTessData::m_pPolyBrepModel

PolyBrepModel. Filled by A3DMiscReferenceOnTessGet. Can be NULL only if the A3DMiscReferenceOnTessGet fails.

A3DUns32 A3DMiscReferenceOnTessData::m_uiSize

The size of m_puiAdditionalIndexes.

A3DUns32* A3DMiscReferenceOnTessData::m_puiAdditionalIndexes

Indices to retrieve the tessellated entity.

A3DAsmProductOccurrence* A3DMiscReferenceOnTessData::m_pTargetProductOccurrence

This member references the product occurrence that contains the m_pPolyBrepModel.