27 #define POSITION_ARG_SHAPE 1
28 #define POSITION_ARG_START_LCS 2
29 #define POSITION_ARG_END_LCS 3
30 #define POSITION_ARG_PATH 5
31 #define POSITION_ARG_DISTANCE 6
32 #define POSITION_ARG_REVERSE 7
#define POSITION_ARG_END_LCS
Definition: GEOMImpl_IPosition.hxx:29
#define POSITION_ARG_START_LCS
Definition: GEOMImpl_IPosition.hxx:28
#define POSITION_ARG_REVERSE
Definition: GEOMImpl_IPosition.hxx:32
#define POSITION_ARG_SHAPE
Definition: GEOMImpl_IPosition.hxx:27
#define POSITION_ARG_DISTANCE
Definition: GEOMImpl_IPosition.hxx:31
#define POSITION_ARG_PATH
Definition: GEOMImpl_IPosition.hxx:30
Definition: GEOMImpl_IPosition.hxx:35
Handle(GEOM_Function) _func
bool GetReverse()
Definition: GEOMImpl_IPosition.hxx:63
void SetShape(Handle(GEOM_Function) theShape)
Definition: GEOMImpl_IPosition.hxx:40
Handle(GEOM_Function) GetShape()
Definition: GEOMImpl_IPosition.hxx:42
void SetReverse(bool theReverse)
Definition: GEOMImpl_IPosition.hxx:62
GEOMImpl_IPosition(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_IPosition.hxx:38
Handle(GEOM_Function) GetEndLCS()
Definition: GEOMImpl_IPosition.hxx:52
Handle(GEOM_Function) GetPath()
Definition: GEOMImpl_IPosition.hxx:56
void SetDistance(double theDistance)
Definition: GEOMImpl_IPosition.hxx:58
double GetDistance()
Definition: GEOMImpl_IPosition.hxx:60
Handle(GEOM_Function) GetStartLCS()
Definition: GEOMImpl_IPosition.hxx:47
void SetStartLCS(Handle(GEOM_Function) theStartLCS)
Definition: GEOMImpl_IPosition.hxx:44
void SetPath(Handle(GEOM_Function) thePath)
Definition: GEOMImpl_IPosition.hxx:54
void SetEndLCS(Handle(GEOM_Function) theEndLCS)
Definition: GEOMImpl_IPosition.hxx:49