#include <GEOMImpl_IFillet2d.hxx>
Public Member Functions | |
| GEOMImpl_IFillet2d (Handle(GEOM_Function) theFunction) | |
| void | SetShape (Handle(GEOM_Function) theRef) |
| Handle (GEOM_Function) GetShape() | |
| void | SetR (double theR) |
| void | SetLength (int theLen) |
| void | SetVertex (int theInd, int theVertex) |
| double | GetR () |
| int | GetLength () |
| int | GetVertex (int theInd) |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IFillet2d.GEOMImpl_IFillet2d | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IFillet2d.SetShape | ( | Handle(GEOM_Function) | theRef | ) |
References FILLET2D_ARG_SH.
| GEOMImpl_IFillet2d.Handle | ( | GEOM_Function | ) |
References FILLET2D_ARG_SH.
| void GEOMImpl_IFillet2d.SetR | ( | double | theR | ) |
References FILLET2D_ARG_R.
| void GEOMImpl_IFillet2d.SetLength | ( | int | theLen | ) |
References FILLET2D_ARG_LENG.
| void GEOMImpl_IFillet2d.SetVertex | ( | int | theInd, |
| int | theVertex | ||
| ) |
References FILLET2D_ARG_LAST.
| double GEOMImpl_IFillet2d.GetR | ( | ) |
References FILLET2D_ARG_R.
| int GEOMImpl_IFillet2d.GetLength | ( | ) |
References FILLET2D_ARG_LENG.
| int GEOMImpl_IFillet2d.GetVertex | ( | int | theInd | ) |
References FILLET2D_ARG_LAST.
| GEOMImpl_IFillet2d.Handle | ( | GEOM_Function | ) | [private] |