A3DAsmEntityFilterItemData
Detailed Description
-
struct
A3DAsmEntityFilterItemData A structure that specifies the entities to consider in an entity filter.
The A3DAsmEntityFilterItemData structure is similar to the A3DAsmLayerFilterItemData except that filtering is done by entity.
- Version
- 2.0
Public Members
-
A3DBool
m_bIsInclusive A value of
TRUEindicates the specified entity types are retained.A value of
FALSEindicates the specified entity types are removed.
-
A3DUns32
m_uiSize The size of m_ppEntities.
-
A3DMiscEntityReference **
m_ppEntities Entities referenced in the current filter.