#include <BRepProj_Projection.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepProj_Projection (const TopoDS_Shape &Lsh, const TopoDS_Shape &Ssh, const gp_Dir &D, const Standard_Boolean FaceBounds=Standard_True) |
| Makes a Cylindrical projection Lsh on Ssh . | |
| Standard_EXPORT | BRepProj_Projection (const TopoDS_Shape &Lsh, const TopoDS_Shape &Ssh, const gp_Pnt &P, const Standard_Boolean FaceBounds=Standard_True) |
| Makes a Conical projection Lsh on Ssh . | |
| Standard_Boolean | IsDone () const |
| returns False if the section failed | |
| void | Init () |
| Resets the iterator. . | |
| Standard_Boolean | More () const |
| Returns True if there is a result . | |
| void | Next () |
| Move to the next result. . | |
| TopoDS_Shape | Current () const |
| Returns the current result. . | |
| TopoDS_Shape | Shape () const |
| Returns the current result. . | |
Private Member Functions | |
| Standard_EXPORT Standard_Real | DistanceOut (const TopoDS_Shape &DS) |
| Standard_EXPORT Standard_Real | DistanceIn (const TopoDS_Shape &DS) |
| Standard_EXPORT void | MakeList (BRepAlgo_BooleanOperations &Bop) |
Private Attributes | |
| Standard_Boolean | myIsDone |
| TopoDS_Shape | myLsh |
| TopTools_ListIteratorOfListOfShape | myItr |
| TopoDS_Shape | myShape |
| TopTools_ListOfShape | mySectionEdgeList |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1