37#define PLN_ARG_PARAM_U 7
39#define PLN_ARG_PARAM_V 8
42#define PLN_ARG_VEC2 10
44#define PLN_ARG_ORIENT 11
#define PLN_ARG_VEC
Definition: GEOMImpl_IPlane.hxx:33
#define PLN_ARG_PARAM_V
Definition: GEOMImpl_IPlane.hxx:39
#define PLN_ARG_PNT2
Definition: GEOMImpl_IPlane.hxx:30
#define PLN_ARG_ORIENT
Definition: GEOMImpl_IPlane.hxx:44
#define PLN_ARG_PARAM_U
Definition: GEOMImpl_IPlane.hxx:37
#define PLN_ARG_REF
Definition: GEOMImpl_IPlane.hxx:35
#define PLN_ARG_PNT1
Definition: GEOMImpl_IPlane.hxx:29
#define PLN_ARG_SIZE
Definition: GEOMImpl_IPlane.hxx:27
#define PLN_ARG_VEC1
Definition: GEOMImpl_IPlane.hxx:41
#define PLN_ARG_LCS
Definition: GEOMImpl_IPlane.hxx:46
#define PLN_ARG_PNT3
Definition: GEOMImpl_IPlane.hxx:31
#define PLN_ARG_VEC2
Definition: GEOMImpl_IPlane.hxx:42
Definition: GEOMImpl_IPlane.hxx:49
Handle(GEOM_Function) GetVector2()
Definition: GEOMImpl_IPlane.hxx:77
void SetVector1(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:64
void SetParameterU(double theParamU)
Definition: GEOMImpl_IPlane.hxx:86
void SetParameterV(double theParamV)
Definition: GEOMImpl_IPlane.hxx:89
GEOMImpl_IPlane(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_IPlane.hxx:52
void SetPoint2(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:71
Handle(GEOM_Function) GetVector1()
Definition: GEOMImpl_IPlane.hxx:76
double GetParameterV()
Definition: GEOMImpl_IPlane.hxx:90
Handle(GEOM_Function) GetPoint2()
Definition: GEOMImpl_IPlane.hxx:83
Handle(GEOM_Function) GetPoint()
Definition: GEOMImpl_IPlane.hxx:74
void SetPoint3(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:72
void SetFace(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:67
Handle(GEOM_Function) GetPoint1()
Definition: GEOMImpl_IPlane.hxx:82
void SetPoint1(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:70
void SetVector2(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:65
Handle(GEOM_Function) GetVector()
Definition: GEOMImpl_IPlane.hxx:75
double GetSize()
Definition: GEOMImpl_IPlane.hxx:56
void SetSize(double theSize)
Definition: GEOMImpl_IPlane.hxx:54
void SetPoint(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:62
void SetVector(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:63
Handle(GEOM_Function) GetPoint3()
Definition: GEOMImpl_IPlane.hxx:84
Handle(GEOM_Function) GetFace()
Definition: GEOMImpl_IPlane.hxx:79
double GetParameterU()
Definition: GEOMImpl_IPlane.hxx:87
Handle(GEOM_Function) GetLCS()
Definition: GEOMImpl_IPlane.hxx:80
void SetOrientation(double theOrientation)
Definition: GEOMImpl_IPlane.hxx:58
void SetLCS(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IPlane.hxx:68
Handle(GEOM_Function) _func
double GetOrientation()
Definition: GEOMImpl_IPlane.hxx:60
Standard_EXPORT gp_Vec GetVector(const TopoDS_Shape &theShape, Standard_Boolean doConsiderOrientation)
Get vector, defined by the given edge.
Definition: GEOMUtils.cxx:296