|
SHAPER
9.15.0
|
A filter which provides filtering of selection in 3d viewer. More...

Public Member Functions | |
| ModuleBase_ShapeInPlaneFilter () | |
| Constructor. More... | |
| void | setPlane (const std::shared_ptr< GeomAPI_Pln > &thePlane) |
| Set working plane. More... | |
| std::shared_ptr< GeomAPI_Pln > | plane () const |
| Returns current working plane. More... | |
| virtual Standard_Boolean | IsOk (const Handle &&theOwner) const |
| Returns True if the given owner is acceptable for selection. More... | |
A filter which provides filtering of selection in 3d viewer.
Installing of this filter lets to select of Vertexes and Edges which belongs to the given plane
|
inline |
Constructor.
|
inline |
Set working plane.
| thePlane | a plane object |
|
inline |
Returns current working plane.
|
virtual |
Returns True if the given owner is acceptable for selection.
| theOwner | the selected owner |