< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DAsmEntityFilterItemData Struct Reference

A structure that specifies the entities to consider in an entity filter. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DBool m_bIsInclusive
 
A3DUns32 m_uiSize
 
A3DMiscEntityReference ** m_ppEntities
 

Detailed Description

A structure that specifies the entities to consider in an entity filter.

Version
2.0

The A3DAsmEntityFilterItemData structure is similar to the A3DAsmLayerFilterItemData except that filtering is done by entity.

Field Documentation

A3DUns16 A3DAsmEntityFilterItemData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DBool A3DAsmEntityFilterItemData::m_bIsInclusive

A value of TRUE indicates the specified entity types are retained. A value of FALSE indicates the specified entity types are removed.

A3DUns32 A3DAsmEntityFilterItemData::m_uiSize

Size of next array.

A3DMiscEntityReference** A3DAsmEntityFilterItemData::m_ppEntities

Entities referenced in the current filter.