#include <SMESH_MeshEditor.hxx>
auxiliary class
Definition at line 113 of file SMESH_MeshEditor.hxx.
◆ SMESH_MeshEditor_PathPoint()
SMESH_MeshEditor_PathPoint::SMESH_MeshEditor_PathPoint |
( |
| ) |
|
◆ SetPnt()
void SMESH_MeshEditor_PathPoint::SetPnt |
( |
const gp_Pnt & |
aP3D | ) |
|
◆ SetTangent()
void SMESH_MeshEditor_PathPoint::SetTangent |
( |
const gp_Dir & |
aTgt | ) |
|
◆ SetAngle()
void SMESH_MeshEditor_PathPoint::SetAngle |
( |
const double & |
aBeta | ) |
|
◆ SetParameter()
void SMESH_MeshEditor_PathPoint::SetParameter |
( |
const double & |
aPrm | ) |
|
◆ Pnt()
const gp_Pnt& SMESH_MeshEditor_PathPoint::Pnt |
( |
| ) |
const |
◆ Tangent()
const gp_Dir& SMESH_MeshEditor_PathPoint::Tangent |
( |
| ) |
const |
◆ Angle()
double SMESH_MeshEditor_PathPoint::Angle |
( |
| ) |
const |
◆ Parameter()
double SMESH_MeshEditor_PathPoint::Parameter |
( |
| ) |
const |
◆ myPnt
gp_Pnt SMESH_MeshEditor_PathPoint::myPnt |
|
protected |
◆ myTgt
gp_Dir SMESH_MeshEditor_PathPoint::myTgt |
|
protected |
◆ myAngle
double SMESH_MeshEditor_PathPoint::myAngle |
|
protected |
◆ myPrm
double SMESH_MeshEditor_PathPoint::myPrm |
|
protected |