A structure that specifies modeler data attribute. More...

Data Fields

A3DBool m_bTitleIsInt
 
A3DEModellerAttributeType m_eType
 
A3DUTF8Charm_pcData
 
A3DUTF8Charm_pcTitle
 
A3DUns16 m_usUnit
 

Detailed Description

A structure that specifies modeler data attribute.

Version
2.0

Field Documentation

A3DBool A3DMiscSingleAttributeData::m_bTitleIsInt

A value of TRUE indicates the m_pcTitle member represents an integer.

A3DUTF8Char* A3DMiscSingleAttributeData::m_pcTitle

Title as string.

A3DEModellerAttributeType A3DMiscSingleAttributeData::m_eType

Attribute type.

A3DUTF8Char* A3DMiscSingleAttributeData::m_pcData

Data chunk to be interpreted according to previous type.

A3DUns16 A3DMiscSingleAttributeData::m_usUnit

Index in Unit array if m_eType==kA3DModellerAttributeTypeReal. A3D_DEFAULT_NO_UNIT means no unit associated

Version
12.1