A3DAsmLayerEntityData
Fields
A3DUTF8Char * |
m_pcLayerName |
A3DUns32 |
m_uiLayerID |
A3DUTF8Char * |
m_pcNote |
A3DUns32 |
m_uiReferenceEntitiesSize |
A3DMiscEntityReference ** |
m_ppReferenceEntities |
A3DELayerDisplayStatus |
m_eDisplayStatus |
Detailed Description
-
struct
A3DAsmLayerEntityData
A structure describing a layer entity.
- Version
- 25.4
Public Members
-
A3DUTF8Char *
m_pcLayerName
Layer name.
-
A3DUTF8Char *
m_pcNote
Layer note.
- Version
- 24.5
-
A3DUns32
m_uiReferenceEntitiesSize
The size of m_ppReferenceEntities.
- Version
- 24.5
-
A3DMiscEntityReference **
m_ppReferenceEntities
Entities explicitly referenced by the layer. If null, it does not mean that the layer does not reference any entity at all, but that the link is implicit: to find the referenced elements, the field A3DGraphicsData::m_uiLayerIndex of all objects must be checked to see if they match the field m_uiLayerID
- Version
- 24.5
-
A3DELayerDisplayStatus
m_eDisplayStatus
Layer display status.
- Version
- 24.5