|
| typedef subBase_gp< Surface, gp_Ax3 > | Elementary |
| |
| typedef instance< Elementary, Geom_Plane, gp_Ax3 > | Plane |
| |
| typedef instance< Elementary, Geom_ConicalSurface, gp_Cone > | Conical |
| |
| typedef instance< Elementary, Geom_CylindricalSurface, gp_Cylinder > | Cylindrical |
| |
| typedef instance< Elementary, Geom_SphericalSurface, gp_Sphere > | Spherical |
| |
| typedef instance< Elementary, Geom_ToroidalSurface, gp_Torus > | Toroidal |
| |
| typedef subBase< Surface, pSweptData > | Swept |
| |
| typedef Delayed< Swept, pLinearExtrusion > | LinearExtrusion |
| |
| typedef Delayed< Swept, pRevolution > | Revolution |
| |
| typedef subBase_empty< Surface > | Bounded |
| |
| typedef Delayed< Bounded, pBezier > | Bezier |
| |
| typedef Delayed< Bounded, pBSpline > | BSpline |
| |
| typedef Delayed< Bounded, pRectangularTrimmed > | RectangularTrimmed |
| |
| typedef Delayed< Surface, pOffset > | Offset |
| |
|
| static Handle< Surface > | Translate (const Handle< Geom_Plane > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a plane. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_CylindricalSurface > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a cylinder. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_ConicalSurface > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a cone. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_SphericalSurface > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a sphere. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_ToroidalSurface > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a torus. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_SurfaceOfLinearExtrusion > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a surface of linear extrusion. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_SurfaceOfRevolution > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a surface of evolution. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_BezierSurface > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a Bezier surface. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_BSplineSurface > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a BSpline surface. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_RectangularTrimmedSurface > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for a rectangylar trimmed surface. More...
|
| |
| static Handle< Surface > | Translate (const Handle< Geom_OffsetSurface > &theSurf, StdObjMgt_TransientPersistentMap &theMap) |
| | Create a persistent object for an offset surface. More...
|
| |