29 #define ROTATE_ANGLE 1
32 #define ROTATE_STEP1 4
33 #define ROTATE_NBITER1 5
34 #define ROTATE_NBITER2 6
35 #define ROTATE_CENTRAL_POINT 7
36 #define ROTATE_POINT1 8
37 #define ROTATE_POINT2 9
38 #define ROTATE_DIR2_X 10
39 #define ROTATE_DIR2_Y 11
40 #define ROTATE_DIR2_Z 12
93 gp_XYZ aRes (0., 0., 0.);
#define ROTATE_POINT2
Definition: GEOMImpl_IRotate.hxx:37
#define ROTATE_DIR2_Y
Definition: GEOMImpl_IRotate.hxx:39
#define ROTATE_POINT1
Definition: GEOMImpl_IRotate.hxx:36
#define ROTATE_ANGLE
Definition: GEOMImpl_IRotate.hxx:29
#define ROTATE_NBITER2
Definition: GEOMImpl_IRotate.hxx:34
#define ROTATE_DIR2_Z
Definition: GEOMImpl_IRotate.hxx:40
#define ROTATE_NBITER1
Definition: GEOMImpl_IRotate.hxx:33
#define ROTATE_STEP1
Definition: GEOMImpl_IRotate.hxx:32
#define ROTATE_CENTRAL_POINT
Definition: GEOMImpl_IRotate.hxx:35
#define ROTATE_ORGN
Definition: GEOMImpl_IRotate.hxx:31
#define ROTATE_DIR2_X
Definition: GEOMImpl_IRotate.hxx:38
#define ROTATE_AXIS
Definition: GEOMImpl_IRotate.hxx:30
Definition: GEOMImpl_IRotate.hxx:43
void SetPoint2(Handle(GEOM_Function) thePoint2)
Definition: GEOMImpl_IRotate.hxx:56
void SetAxis(Handle(GEOM_Function) theVector)
Definition: GEOMImpl_IRotate.hxx:64
Handle(GEOM_Function) _func
Handle(GEOM_Function) GetPoint1()
Definition: GEOMImpl_IRotate.hxx:54
Handle(GEOM_Function) GetPoint2()
Definition: GEOMImpl_IRotate.hxx:58
Handle(GEOM_Function) GetAxis()
Definition: GEOMImpl_IRotate.hxx:66
void SetDir2(gp_XYZ theDir2)
Definition: GEOMImpl_IRotate.hxx:84
void SetCentPoint(Handle(GEOM_Function) theCentPoint)
Definition: GEOMImpl_IRotate.hxx:48
gp_XYZ GetDir2()
Definition: GEOMImpl_IRotate.hxx:91
Handle(GEOM_Function) GetCentPoint()
Definition: GEOMImpl_IRotate.hxx:50
double GetStep()
Definition: GEOMImpl_IRotate.hxx:74
void SetStep(double theStep)
Definition: GEOMImpl_IRotate.hxx:72
Handle(GEOM_Function) GetOriginal()
Definition: GEOMImpl_IRotate.hxx:70
int GetNbIter2()
Definition: GEOMImpl_IRotate.hxx:82
void SetOriginal(Handle(GEOM_Function) theOriginal)
Definition: GEOMImpl_IRotate.hxx:68
int GetNbIter1()
Definition: GEOMImpl_IRotate.hxx:78
void SetNbIter2(int theNbIter)
Definition: GEOMImpl_IRotate.hxx:80
Standard_Real GetAngle()
Definition: GEOMImpl_IRotate.hxx:62
void SetAngle(Standard_Real theAngle)
Definition: GEOMImpl_IRotate.hxx:60
GEOMImpl_IRotate(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_IRotate.hxx:46
void SetPoint1(Handle(GEOM_Function) thePoint1)
Definition: GEOMImpl_IRotate.hxx:52
void SetNbIter1(int theNbIter)
Definition: GEOMImpl_IRotate.hxx:76