|
| static Handle< TVertex::pTObjectT > | Translate (const TopoDS_Vertex &theVertex, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a vertex.
|
| |
| static Handle< TEdge::pTObjectT > | Translate (const TopoDS_Edge &theEdge, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap, ShapePersistent_TriangleMode theTriangleMode) |
| | Create a persistent object for an edge.
|
| |
| static Handle< TFace::pTObjectT > | Translate (const TopoDS_Face &theFace, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap, ShapePersistent_TriangleMode theTriangleMode) |
| | Create a persistent object for a face.
|
| |
| static occ::handle< PointOnCurve > | Translate (double theParam, const occ::handle< Geom_Curve > &theCurve, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a point on a 3D curve.
|
| |
| static occ::handle< PointOnCurveOnSurface > | Translate (double theParam, const occ::handle< Geom2d_Curve > &theCurve, const occ::handle< Geom_Surface > &theSurf, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a point on a 3D curve on a surface.
|
| |
| static occ::handle< PointOnSurface > | Translate (double theParam, double theParam2, const occ::handle< Geom_Surface > &theSurf, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a point on a surface.
|
| |
| static occ::handle< CurveOnSurface > | Translate (const occ::handle< Geom2d_Curve > &theCurve, const double theFirstParam, const double theLastParam, const occ::handle< Geom_Surface > &theSurf, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a curve on a surface.
|
| |
| static occ::handle< CurveOnClosedSurface > | Translate (const occ::handle< Geom2d_Curve > &theCurve, const occ::handle< Geom2d_Curve > &theCurve2, const double theFirstParam, const double theLastParam, const occ::handle< Geom_Surface > &theSurf, const TopLoc_Location &theLoc, const GeomAbs_Shape theContinuity, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a curve on a closed surface.
|
| |
| static occ::handle< CurveOn2Surfaces > | Translate (const occ::handle< Geom_Surface > &theSurf, const occ::handle< Geom_Surface > &theSurf2, const TopLoc_Location &theLoc, const TopLoc_Location &theLoc2, const GeomAbs_Shape theContinuity, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a curve on two surfaces.
|
| |
| static occ::handle< Curve3D > | Translate (const occ::handle< Geom_Curve > &theCurve, const double theFirstParam, const double theLastParam, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a 3D curve.
|
| |
| static occ::handle< Polygon3D > | Translate (const occ::handle< Poly_Polygon3D > &thePoly, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a 3D polygon.
|
| |
| static occ::handle< PolygonOnClosedSurface > | Translate (const occ::handle< Poly_Polygon2D > &thePoly, const occ::handle< Poly_Polygon2D > &thePoly2, const occ::handle< Geom_Surface > &theSurf, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a polygon on a closed surface.
|
| |
| static occ::handle< PolygonOnSurface > | Translate (const occ::handle< Poly_Polygon2D > &thePoly, const occ::handle< Geom_Surface > &theSurf, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a polygon on a surface.
|
| |
| static occ::handle< PolygonOnClosedTriangulation > | Translate (const occ::handle< Poly_PolygonOnTriangulation > &thePolyOnTriang, const occ::handle< Poly_PolygonOnTriangulation > &thePolyOnTriang2, const occ::handle< Poly_Triangulation > &thePolyTriang, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a polygon on a surface.
|
| |
| static occ::handle< PolygonOnTriangulation > | Translate (const occ::handle< Poly_PolygonOnTriangulation > &thePolyOnTriang, const occ::handle< Poly_Triangulation > &thePolyTriang, const TopLoc_Location &theLoc, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap) |
| | Create a persistent object for a polygon on a surface.
|
| |
| static occ::handle< HShape > | Translate (const TopoDS_Shape &theShape, NCollection_DataMap< occ::handle< Standard_Transient >, occ::handle< StdObjMgt_Persistent > > &theMap, ShapePersistent_TriangleMode theTriangleMode) |
| | Create a persistent object for a shape.
|
| |