![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <LocOpe_Generator.hxx>
Public Member Functions | |
| LocOpe_Generator () | |
| Empty constructor. | |
| LocOpe_Generator (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 occ::handle< LocOpe_GeneratedShape > &G) |
| bool | IsDone () const |
| const TopoDS_Shape & | ResultingShape () const |
| Returns the new shape. | |
| const TopoDS_Shape & | Shape () const |
| Returns the initial shape. | |
| const NCollection_List< TopoDS_Shape > & | 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). | |
| LocOpe_Generator::LocOpe_Generator | ( | ) |
Empty constructor.
| LocOpe_Generator::LocOpe_Generator | ( | const TopoDS_Shape & | S | ) |
Creates the algorithm on the shape .
| const NCollection_List< TopoDS_Shape > & LocOpe_Generator::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).
| void LocOpe_Generator::Init | ( | const TopoDS_Shape & | S | ) |
Initializes the algorithm on the shape .
| bool LocOpe_Generator::IsDone | ( | ) | const |
| void LocOpe_Generator::Perform | ( | const occ::handle< LocOpe_GeneratedShape > & | G | ) |
| const TopoDS_Shape & LocOpe_Generator::ResultingShape | ( | ) | const |
Returns the new shape.
| const TopoDS_Shape & LocOpe_Generator::Shape | ( | ) | const |
Returns the initial shape.