A3DFeatTypeData Struct Reference
Data to query the type of a feature or a feature parameter. More...
Data Fields | |
| A3DEntity * | m_pFeatGeneric |
| A3DVoid * | m_pSuperType |
| A3DVoid * | m_pType |
| A3DMiscSingleAttributeData | m_sData |
| A3DUns16 | m_usStructSize |
Detailed Description
Data to query the type of a feature or a feature parameter.
Here, we do not know anymore what is the source modeler. So data has to be interpreted before arriving inside structure.
Field Documentation
| A3DEntity* A3DFeatTypeData::m_pFeatGeneric |
Feature or feature parameter.
| A3DVoid* A3DFeatTypeData::m_pSuperType |
Super-type if any.
| A3DVoid* A3DFeatTypeData::m_pType |
Type for query.
| A3DMiscSingleAttributeData A3DFeatTypeData::m_sData |
Data chunk to be interpreted according to ECADFileFormat.
| A3DUns16 A3DFeatTypeData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
