SALOME - SMESH
|
Class emulating pcurve on a hirizontal face. More...
Public Member Functions | |
TPCurveOnHorFaceAdaptor (const TSideFace *sideFace, const bool isTop, const TopoDS_Face &horFace) | |
gp_Pnt2d | Value (const Standard_Real U) const |
Standard_Real | FirstParameter () const |
Standard_Real | LastParameter () const |
Private Attributes | |
const TSideFace * | mySide |
int | myZ |
TopoDS_Face | myFace |
Class emulating pcurve on a hirizontal face.
StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor::TPCurveOnHorFaceAdaptor | ( | const TSideFace * | sideFace, |
const bool | isTop, | ||
const TopoDS_Face & | horFace | ||
) |
Definition at line 332 of file StdMeshers_Prism_3D.hxx.
gp_Pnt2d StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor::Value | ( | const Standard_Real | U | ) | const |
Standard_Real StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor::FirstParameter | ( | ) | const |
Definition at line 337 of file StdMeshers_Prism_3D.hxx.
Standard_Real StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor::LastParameter | ( | ) | const |
Definition at line 338 of file StdMeshers_Prism_3D.hxx.
const TSideFace* StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor::mySide [private] |
Definition at line 328 of file StdMeshers_Prism_3D.hxx.
int StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor::myZ [private] |
Definition at line 329 of file StdMeshers_Prism_3D.hxx.
TopoDS_Face StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor::myFace [private] |
Definition at line 330 of file StdMeshers_Prism_3D.hxx.