43#define ARG_USE_ORIENTATION 12
53 void SetX(
double theX) { _func->SetReal(
ARG_X, theX); }
54 void SetY(
double theY) { _func->SetReal(
ARG_Y, theY); }
55 void SetZ(
double theZ) { _func->SetReal(
ARG_Z, theZ); }
#define ARG_CURVE
Definition: GEOMImpl_IPoint.hxx:34
#define ARG_NBPNTS
Definition: GEOMImpl_IPoint.hxx:45
#define ARG_LENGTH
Definition: GEOMImpl_IPoint.hxx:41
#define ARG_X
Definition: GEOMImpl_IPoint.hxx:27
#define ARG_PARAM
Definition: GEOMImpl_IPoint.hxx:33
#define ARG_LINE1
Definition: GEOMImpl_IPoint.hxx:35
#define ARG_SURFACE
Definition: GEOMImpl_IPoint.hxx:38
#define ARG_Y
Definition: GEOMImpl_IPoint.hxx:28
#define ARG_REF
Definition: GEOMImpl_IPoint.hxx:31
#define ARG_USE_ORIENTATION
Definition: GEOMImpl_IPoint.hxx:43
#define ARG_PARAM2
Definition: GEOMImpl_IPoint.hxx:39
#define ARG_Z
Definition: GEOMImpl_IPoint.hxx:29
#define ARG_LINE2
Definition: GEOMImpl_IPoint.hxx:36
Definition: GEOMImpl_IPoint.hxx:48
double GetX()
Definition: GEOMImpl_IPoint.hxx:57
double GetParameter()
Definition: GEOMImpl_IPoint.hxx:82
void SetTakeOrientationIntoAccount(bool takeOrientationIntoAccount)
Definition: GEOMImpl_IPoint.hxx:79
bool GetTakeOrientationIntoAccount()
Definition: GEOMImpl_IPoint.hxx:86
void SetSurface(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPoint.hxx:66
void SetLength(double theLength)
Definition: GEOMImpl_IPoint.hxx:78
Handle(GEOM_Function) GetLine1()
Definition: GEOMImpl_IPoint.hxx:72
int GetNumberOfPoints()
Definition: GEOMImpl_IPoint.hxx:84
double GetY()
Definition: GEOMImpl_IPoint.hxx:58
void SetLine2(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPoint.hxx:68
void SetParameter(double theParam)
Definition: GEOMImpl_IPoint.hxx:75
Handle(GEOM_Function) GetCurve()
Definition: GEOMImpl_IPoint.hxx:70
GEOMImpl_IPoint(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_IPoint.hxx:51
double GetZ()
Definition: GEOMImpl_IPoint.hxx:59
void SetZ(double theZ)
Definition: GEOMImpl_IPoint.hxx:55
void SetParameter2(double theParam)
Definition: GEOMImpl_IPoint.hxx:76
void SetCurve(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPoint.hxx:65
Handle(GEOM_Function) _func
void SetRef(Handle(GEOM_Function) theRefPoint)
Definition: GEOMImpl_IPoint.hxx:61
double GetLength()
Definition: GEOMImpl_IPoint.hxx:85
void SetLine1(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPoint.hxx:67
Handle(GEOM_Function) GetLine2()
Definition: GEOMImpl_IPoint.hxx:73
Handle(GEOM_Function) GetRef()
Definition: GEOMImpl_IPoint.hxx:63
void SetY(double theY)
Definition: GEOMImpl_IPoint.hxx:54
double GetParameter2()
Definition: GEOMImpl_IPoint.hxx:83
void SetNumberOfPoints(int theNumberOfPnts)
Definition: GEOMImpl_IPoint.hxx:77
void SetX(double theX)
Definition: GEOMImpl_IPoint.hxx:53
Handle(GEOM_Function) GetSurface()
Definition: GEOMImpl_IPoint.hxx:71