A3DMiscSingleAttributeData

Fields

A3DBool

m_bTitleIsInt

A3DUTF8Char *

m_pcTitle

A3DEModellerAttributeType

m_eType

A3DUTF8Char *

m_pcData

A3DUns16

m_usUnit

Detailed Description

struct A3DMiscSingleAttributeData

A structure that specifies modeler data attribute.

Version

2.0

Public Members

A3DBool m_bTitleIsInt

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

A3DUTF8Char *m_pcTitle

Title as string.

A3DEModellerAttributeType m_eType

Attribute type.

A3DUTF8Char *m_pcData

Data chunk to be interpreted according to previous type.

A3DUns16 m_usUnit

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

Version

12.1