OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    SelectMgr_Filter.hxx File Reference
    #include <Standard.hxx>
    #include <Standard_Type.hxx>
    #include <Standard_Transient.hxx>
    #include <TopAbs_ShapeEnum.hxx>

    Data Structures

    class  SelectMgr_Filter
     The root class to define filter objects for selection. Advance handling of objects requires the services of filters. These only allow dynamic detection and selection of objects which correspond to the criteria defined in each. Eight standard filters inheriting SelectMgr_Filter are defined in Open CASCADE. You can create your own filters by defining new filter classes inheriting this framework. You use these filters by loading them into an AIS interactive context. More...