A structure that specifies the layers to consider in a layer filter. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DBool | m_bIsInclusive |
A3DUns32 | m_uiSize |
A3DUns32 * | m_puiLayerIndexes |
A structure that specifies the layers to consider in a layer filter.
This structure is used for layer-filtering where one of the following situations occur, depending on the setting of the m_bIsInclusive member:
A3DUns16 A3DAsmLayerFilterItemData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DBool A3DAsmLayerFilterItemData::m_bIsInclusive |
A value of TRUE
indicates the entities in the specified layer are retained. A value of FALSE
indicates the entities in the specified layer are removed.
A3DUns32 A3DAsmLayerFilterItemData::m_uiSize |
Size of the next array.
A3DUns32* A3DAsmLayerFilterItemData::m_puiLayerIndexes |
Layers considered by the filter. The index references a layer in the global data.