#include <GEOMImpl_IFillet.hxx>
Public Member Functions | |
| GEOMImpl_IFillet (Handle(GEOM_Function) theFunction) | |
| void | SetShape (Handle(GEOM_Function) theRef) |
| Handle (GEOM_Function) GetShape() | |
| void | SetR (double theR) |
| void | SetR1 (double theR1) |
| void | SetR2 (double theR2) |
| double | GetR () |
| double | GetR1 () |
| double | GetR2 () |
| void | SetLength (int theLen) |
| int | GetLength () |
| void | SetEdge (int theInd, int theEdge) |
| void | SetFace (int theInd, int theFace) |
| int | GetEdge (int theInd) |
| int | GetFace (int theInd) |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IFillet.GEOMImpl_IFillet | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IFillet.SetShape | ( | Handle(GEOM_Function) | theRef | ) |
References FILLET_ARG_SH.
| GEOMImpl_IFillet.Handle | ( | GEOM_Function | ) |
References FILLET_ARG_SH.
| void GEOMImpl_IFillet.SetR | ( | double | theR | ) |
References FILLET_ARG_R.
| void GEOMImpl_IFillet.SetR1 | ( | double | theR1 | ) |
References FILLET_ARG_R1.
| void GEOMImpl_IFillet.SetR2 | ( | double | theR2 | ) |
References FILLET_ARG_R2.
| double GEOMImpl_IFillet.GetR | ( | ) |
References FILLET_ARG_R.
| double GEOMImpl_IFillet.GetR1 | ( | ) |
References FILLET_ARG_R1.
| double GEOMImpl_IFillet.GetR2 | ( | ) |
References FILLET_ARG_R2.
| void GEOMImpl_IFillet.SetLength | ( | int | theLen | ) |
References FILLET_ARG_LENG.
| int GEOMImpl_IFillet.GetLength | ( | ) |
References FILLET_ARG_LENG.
| void GEOMImpl_IFillet.SetEdge | ( | int | theInd, |
| int | theEdge | ||
| ) |
References FILLET_ARG_LAST.
| void GEOMImpl_IFillet.SetFace | ( | int | theInd, |
| int | theFace | ||
| ) |
References FILLET_ARG_LAST.
| int GEOMImpl_IFillet.GetEdge | ( | int | theInd | ) |
References FILLET_ARG_LAST.
| int GEOMImpl_IFillet.GetFace | ( | int | theInd | ) |
References FILLET_ARG_LAST.
| GEOMImpl_IFillet.Handle | ( | GEOM_Function | ) | [private] |