#include <LocOpe_PntFace.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | LocOpe_PntFace () |
Empty constructor. Useful only for the list. . | |
LocOpe_PntFace (const gp_Pnt &P, const TopoDS_Face &F, const TopAbs_Orientation Or, const Standard_Real Param, const Standard_Real UPar, const Standard_Real VPar) | |
const gp_Pnt & | Pnt () const |
const TopoDS_Face & | Face () const |
TopAbs_Orientation | Orientation () const |
TopAbs_Orientation & | ChangeOrientation () |
Standard_Real | Parameter () const |
Standard_Real | UParameter () const |
Standard_Real | VParameter () const |
Private Attributes | |
gp_Pnt | myPnt |
TopoDS_Face | myFace |
TopAbs_Orientation | myOri |
Standard_Real | myPar |
Standard_Real | myUPar |
Standard_Real | myVPar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|