| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
#include <LocOpe_Spliter.hxx>
Public Member Functions | |
| LocOpe_Spliter () | |
| Empty constructor.   | |
| LocOpe_Spliter (const TopoDS_Shape &S) | |
| Creates the algorithm on the shape  | |
| void | Init (const TopoDS_Shape &S) | 
| Initializes the algorithm on the shape  | |
| void | Perform (const Handle< LocOpe_WiresOnShape > &PW) | 
| Standard_Boolean | IsDone () const | 
| const TopoDS_Shape & | ResultingShape () const | 
| Returns the new shape.   | |
| const TopoDS_Shape & | Shape () const | 
| Returns the initial shape.   | |
| const TopTools_ListOfShape & | DirectLeft () const | 
| Returns the faces which are the left of the projected wires and which are.   | |
| const TopTools_ListOfShape & | Left () const | 
| Returns the faces of the "left" part on the shape. (It is build from DirectLeft, with the faces connected to this set, and so on...).   | |
| const TopTools_ListOfShape & | DescendantShapes (const TopoDS_Shape &S) | 
| Returns the list of descendant shapes of  | |
| LocOpe_Spliter::LocOpe_Spliter | ( | ) | 
Empty constructor.
| LocOpe_Spliter::LocOpe_Spliter | ( | const TopoDS_Shape & | S | ) | 
Creates the algorithm on the shape . 
| const TopTools_ListOfShape & LocOpe_Spliter::DescendantShapes | ( | const TopoDS_Shape & | S | ) | 
Returns the list of descendant shapes of . 
| const TopTools_ListOfShape & LocOpe_Spliter::DirectLeft | ( | ) | const | 
Returns the faces which are the left of the projected wires and which are.
| void LocOpe_Spliter::Init | ( | const TopoDS_Shape & | S | ) | 
Initializes the algorithm on the shape . 
| Standard_Boolean LocOpe_Spliter::IsDone | ( | ) | const | 
| const TopTools_ListOfShape & LocOpe_Spliter::Left | ( | ) | const | 
Returns the faces of the "left" part on the shape. (It is build from DirectLeft, with the faces connected to this set, and so on...).
| void LocOpe_Spliter::Perform | ( | const Handle< LocOpe_WiresOnShape > & | PW | ) | 
| const TopoDS_Shape & LocOpe_Spliter::ResultingShape | ( | ) | const | 
Returns the new shape.
| const TopoDS_Shape & LocOpe_Spliter::Shape | ( | ) | const | 
Returns the initial shape.