#include <GEOMImpl_IChamfer.hxx>
Public Member Functions | |
| GEOMImpl_IChamfer (Handle(GEOM_Function) theFunction) | |
| void | SetShape (Handle(GEOM_Function) theRef) |
| Handle (GEOM_Function) GetShape() | |
| void | SetD (double theD) |
| void | SetD1 (double theD) |
| void | SetD2 (double theD) |
| void | SetAngle (double theAngle) |
| double | GetD () |
| double | GetD1 () |
| double | GetD2 () |
| double | GetAngle () |
| void | SetLength (int theLen) |
| int | GetLength () |
| void | SetFace (int theInd, int theFace) |
| void | SetFace1 (int theFace) |
| void | SetFace2 (int theFace) |
| void | SetEdge (int theInd, int theEdge) |
| int | GetFace (int theInd) |
| int | GetFace1 () |
| int | GetFace2 () |
| int | GetEdge (int theInd) |
Private Member Functions | |
| Handle (GEOM_Function) _func | |
| GEOMImpl_IChamfer.GEOMImpl_IChamfer | ( | Handle(GEOM_Function) | theFunction | ) |
| void GEOMImpl_IChamfer.SetShape | ( | Handle(GEOM_Function) | theRef | ) |
References CHAM_ARG_SH.
| GEOMImpl_IChamfer.Handle | ( | GEOM_Function | ) |
References CHAM_ARG_SH.
| void GEOMImpl_IChamfer.SetD | ( | double | theD | ) |
References CHAM_ARG_D1.
| void GEOMImpl_IChamfer.SetD1 | ( | double | theD | ) |
References CHAM_ARG_D1.
| void GEOMImpl_IChamfer.SetD2 | ( | double | theD | ) |
References CHAM_ARG_D2.
| void GEOMImpl_IChamfer.SetAngle | ( | double | theAngle | ) |
References CHAM_ARG_ANGLE.
| double GEOMImpl_IChamfer.GetD | ( | ) |
References CHAM_ARG_D1.
| double GEOMImpl_IChamfer.GetD1 | ( | ) |
References CHAM_ARG_D1.
| double GEOMImpl_IChamfer.GetD2 | ( | ) |
References CHAM_ARG_D2.
| double GEOMImpl_IChamfer.GetAngle | ( | ) |
References CHAM_ARG_ANGLE.
| void GEOMImpl_IChamfer.SetLength | ( | int | theLen | ) |
References CHAM_ARG_LENG.
| int GEOMImpl_IChamfer.GetLength | ( | ) |
References CHAM_ARG_LENG.
| void GEOMImpl_IChamfer.SetFace | ( | int | theInd, |
| int | theFace | ||
| ) |
References CHAM_ARG_LAST.
| void GEOMImpl_IChamfer.SetFace1 | ( | int | theFace | ) |
References CHAM_ARG_LAST.
| void GEOMImpl_IChamfer.SetFace2 | ( | int | theFace | ) |
References CHAM_ARG_LAST.
| void GEOMImpl_IChamfer.SetEdge | ( | int | theInd, |
| int | theEdge | ||
| ) |
References CHAM_ARG_LAST.
| int GEOMImpl_IChamfer.GetFace | ( | int | theInd | ) |
References CHAM_ARG_LAST.
| int GEOMImpl_IChamfer.GetFace1 | ( | ) |
References CHAM_ARG_LAST.
| int GEOMImpl_IChamfer.GetFace2 | ( | ) |
References CHAM_ARG_LAST.
| int GEOMImpl_IChamfer.GetEdge | ( | int | theInd | ) |
References CHAM_ARG_LAST.
| GEOMImpl_IChamfer.Handle | ( | GEOM_Function | ) | [private] |