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