Share

AcEdSubSelectFilter

Class Hierarchy

AcEdSubSelectFilter

C++

class AcEdSubSelectFilter;

File

subselect.h

Description

This class contains all the implementation for pick-in-space hit testing and subentity selection based on callbacks from the AcEdInputPointManager. This is a filter class. It needs to be registered with the AcEdInputPointManager by calling addSubSelectFilter(), and removed by calling removeSubSelectFilter() when the application is unloaded.

For each type of entity that supports this type of subselection, applications are expected to derive a concrete subselection filter from AcEdSubSelectFilter and implement the necessary methods.

Links

AcEdSubSelectFilter Enumerations, AcEdSubSelectFilter Methods

Was this information helpful?