#define CONE_ARG_PNT
Definition: GEOMImpl_ICone.hxx:30
#define CONE_ARG_R2
Definition: GEOMImpl_ICone.hxx:28
#define CONE_ARG_VEC
Definition: GEOMImpl_ICone.hxx:31
#define CONE_ARG_H
Definition: GEOMImpl_ICone.hxx:29
#define CONE_ARG_R1
Definition: GEOMImpl_ICone.hxx:27
Definition: GEOMImpl_ICone.hxx:34
Handle(GEOM_Function) GetPoint()
Definition: GEOMImpl_ICone.hxx:53
Handle(GEOM_Function) _func
void SetPoint(Handle(GEOM_Function) theRefPoint)
Definition: GEOMImpl_ICone.hxx:51
void SetR2(double theR)
Definition: GEOMImpl_ICone.hxx:43
double GetH()
Definition: GEOMImpl_ICone.hxx:49
double GetR1()
Definition: GEOMImpl_ICone.hxx:41
void SetR1(double theR)
Definition: GEOMImpl_ICone.hxx:39
double GetR2()
Definition: GEOMImpl_ICone.hxx:45
void SetH(double theH)
Definition: GEOMImpl_ICone.hxx:47
Handle(GEOM_Function) GetVector()
Definition: GEOMImpl_ICone.hxx:57
GEOMImpl_ICone(Handle(GEOM_Function) theFunction)
Definition: GEOMImpl_ICone.hxx:37
void SetVector(Handle(GEOM_Function) theRefVector)
Definition: GEOMImpl_ICone.hxx:55
Standard_EXPORT gp_Vec GetVector(const TopoDS_Shape &theShape, Standard_Boolean doConsiderOrientation)
Get vector, defined by the given edge.
Definition: GEOMUtils.cxx:296