Open CASCADE Technology
6.5.4
|
#include <LocOpe_Generator.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | LocOpe_Generator () |
Empty constructor. | |
LocOpe_Generator (const TopoDS_Shape &S) | |
Creates the algorithm on the shape <S>. | |
void | Init (const TopoDS_Shape &S) |
Initializes the algorithm on the shape <S>. | |
void | Perform (const Handle< LocOpe_GeneratedShape > &G) |
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 & | DescendantFace (const TopoDS_Face &F) |
Returns the descendant face of <F>. <F> may belong to the original shape or to the "generated" shape. The returned face may be a null shape (when <F> disappears). |
Standard_Boolean LocOpe_Generator::IsDone | ( | ) | const |
const TopoDS_Shape& LocOpe_Generator::ResultingShape | ( | ) | const |
const TopoDS_Shape& LocOpe_Generator::Shape | ( | ) | const |