A3DAsmLayerFilterItemData Struct Reference

A structure that specifies the layers to consider in a layer filter. More...

Data Fields

A3DBool m_bIsInclusive
 
A3DUns32m_puiLayerIndexes
 
A3DUns32 m_uiSize
 

Detailed Description

A structure that specifies the layers to consider in a layer filter.

Version
2.0

This structure is used for layer-filtering where one of the following situations occur, depending on the setting of the m_bIsInclusive member:

  • Only the entities belonging to a certain layer are present. Entities in other layers are removed.
  • Only entities not belonging to a certain layer are present. Entities in other layers are retained.

Field Documentation

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

The size of the m_puiLayerIndexes.

A3DUns32* A3DAsmLayerFilterItemData::m_puiLayerIndexes

Layers considered by the filter. The index references a layer in the global data.