Class emulating geometry of a hirizontal edge. More...
Public Member Functions | |
THorizontalEdgeAdaptor (const TSideFace *sideFace, const bool isTop) | |
gp_Pnt | Value (const Standard_Real U) const |
Standard_Real | FirstParameter () const |
Standard_Real | LastParameter () const |
Private Attributes | |
const TSideFace * | mySide |
double | myV |
Class emulating geometry of a hirizontal edge.
Definition at line 309 of file StdMeshers_Prism_3D.hxx.
StdMeshers_PrismAsBlock.THorizontalEdgeAdaptor.THorizontalEdgeAdaptor | ( | const TSideFace * | sideFace, | |
const bool | isTop | |||
) |
Definition at line 314 of file StdMeshers_Prism_3D.hxx.
gp_Pnt StdMeshers_PrismAsBlock.THorizontalEdgeAdaptor.Value | ( | const Standard_Real | U | ) | const |
Standard_Real StdMeshers_PrismAsBlock.THorizontalEdgeAdaptor.FirstParameter | ( | ) | const |
Definition at line 317 of file StdMeshers_Prism_3D.hxx.
Standard_Real StdMeshers_PrismAsBlock.THorizontalEdgeAdaptor.LastParameter | ( | ) | const |
Definition at line 318 of file StdMeshers_Prism_3D.hxx.
const TSideFace* StdMeshers_PrismAsBlock.THorizontalEdgeAdaptor.mySide [private] |
Definition at line 311 of file StdMeshers_Prism_3D.hxx.
double StdMeshers_PrismAsBlock.THorizontalEdgeAdaptor.myV [private] |
Definition at line 312 of file StdMeshers_Prism_3D.hxx.