27#define FILLET_ARG_SH 1
29#define FILLET_ARG_R1 4
30#define FILLET_ARG_R2 5
31#define FILLET_ARG_LENG 3
32#define FILLET_ARG_LAST 3
#define FILLET_ARG_SH
Definition: GEOMImpl_IFillet.hxx:27
#define FILLET_ARG_LENG
Definition: GEOMImpl_IFillet.hxx:31
#define FILLET_ARG_R
Definition: GEOMImpl_IFillet.hxx:28
#define FILLET_ARG_R2
Definition: GEOMImpl_IFillet.hxx:30
#define FILLET_ARG_R1
Definition: GEOMImpl_IFillet.hxx:29
#define FILLET_ARG_LAST
Definition: GEOMImpl_IFillet.hxx:32
Definition: GEOMImpl_IFillet.hxx:35
void SetShape(Handle(GEOM_Function) theRef)
Definition: GEOMImpl_IFillet.hxx:40
int GetFace(int theInd)
Definition: GEOMImpl_IFillet.hxx:62
double GetR()
Definition: GEOMImpl_IFillet.hxx:48
int GetEdge(int theInd)
Definition: GEOMImpl_IFillet.hxx:61
void SetEdge(int theInd, int theEdge)
Definition: GEOMImpl_IFillet.hxx:56
void SetR1(double theR1)
Definition: GEOMImpl_IFillet.hxx:45
double GetR1()
Definition: GEOMImpl_IFillet.hxx:49
void SetR2(double theR2)
Definition: GEOMImpl_IFillet.hxx:46
int GetLength()
Definition: GEOMImpl_IFillet.hxx:54
void SetLength(int theLen)
Definition: GEOMImpl_IFillet.hxx:52
Handle(GEOM_Function) _func
Handle(GEOM_Function) GetShape()
Definition: GEOMImpl_IFillet.hxx:42
void SetFace(int theInd, int theFace)
Definition: GEOMImpl_IFillet.hxx:58
void SetR(double theR)
Definition: GEOMImpl_IFillet.hxx:44
GEOMImpl_IFillet(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_IFillet.hxx:38
double GetR2()
Definition: GEOMImpl_IFillet.hxx:50