< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DMiscReferenceOnTopologyData Struct Reference

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

Data Fields

A3DUns16 m_usStructSize
 
A3DEEntityType m_eTopoItemType
 
A3DTopoBrepDatam_pBrepData
 
A3DUns32 m_uiSize
 
A3DUns32m_puiAdditionalIndexes
 

Detailed Description

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

Version
2.0

m_puiAdditionalIndexes contains index on different topology elements (see Reference on Topology for explanation)

For reference on A3DTopoEdge or A3DTopoCoEdge, m_uiSize must be set to 3 and

For reference on A3DTopoVertex, m_uiSize must be set to 4 and

Field Documentation

A3DUns16 A3DMiscReferenceOnTopologyData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DEEntityType A3DMiscReferenceOnTopologyData::m_eTopoItemType

Restricted to the type listed in in Referenceable Topological Entities.

A3DTopoBrepData* A3DMiscReferenceOnTopologyData::m_pBrepData

Body. Can be NULL.

A3DUns32 A3DMiscReferenceOnTopologyData::m_uiSize

Size of next array.

A3DUns32* A3DMiscReferenceOnTopologyData::m_puiAdditionalIndexes

Indices to retrieve the topological entity.