Version: 9.12.0
SMESHUtils::ControlPnt Struct Reference

Control point: coordinates and element size at these coordinates. More...

#include <SMESH_ControlPnt.hxx>

Inheritance diagram for SMESHUtils::ControlPnt:

Public Member Functions

 ControlPnt ()
 
 ControlPnt (const gp_Pnt &aPnt, double theSize=0)
 
 ControlPnt (double theX, double theY, double theZ, double theSize=0)
 
double Size () const
 
void SetSize (double theSize)
 

Data Fields

double size
 

Detailed Description

Control point: coordinates and element size at these coordinates.

Constructor & Destructor Documentation

◆ ControlPnt() [1/3]

SMESHUtils::ControlPnt::ControlPnt ( )

◆ ControlPnt() [2/3]

SMESHUtils::ControlPnt::ControlPnt ( const gp_Pnt &  aPnt,
double  theSize = 0 
)

◆ ControlPnt() [3/3]

SMESHUtils::ControlPnt::ControlPnt ( double  theX,
double  theY,
double  theZ,
double  theSize = 0 
)

Member Function Documentation

◆ SetSize()

void SMESHUtils::ControlPnt::SetSize ( double  theSize)

◆ Size()

double SMESHUtils::ControlPnt::Size ( ) const

Field Documentation

◆ size

double SMESHUtils::ControlPnt::size