Control point: coordinates and element size at these coordinates. More...
#include <SMESH_ControlPnt.hxx>
Public Member Functions | |
ControlPnt () | |
ControlPnt (const gp_Pnt &aPnt, double theSize) | |
ControlPnt (double theX, double theY, double theZ) | |
ControlPnt (double theX, double theY, double theZ, double theSize) | |
double | Size () const |
void | SetSize (double theSize) |
Data Fields | |
double | size |
Control point: coordinates and element size at these coordinates.
SMESHUtils::ControlPnt::ControlPnt | ( | ) |
SMESHUtils::ControlPnt::ControlPnt | ( | const gp_Pnt & | aPnt, |
double | theSize | ||
) |
SMESHUtils::ControlPnt::ControlPnt | ( | double | theX, |
double | theY, | ||
double | theZ | ||
) |
SMESHUtils::ControlPnt::ControlPnt | ( | double | theX, |
double | theY, | ||
double | theZ, | ||
double | theSize | ||
) |
void SMESHUtils::ControlPnt::SetSize | ( | double | theSize | ) |
Referenced by SMESHUtils::createPointsSampleFromEdge().
double SMESHUtils::ControlPnt::Size | ( | ) | const |
double SMESHUtils::ControlPnt::size |