#include <DrawTrSurf.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions | |
static Standard_EXPORT void | Set (const Standard_CString Name, const gp_Pnt &G) |
Sets <g> in the variable <name>. Overwrite the variable if already set. . | |
static Standard_EXPORT void | Set (const Standard_CString Name, const gp_Pnt2d &G) |
Sets <g> in the variable <name>. Overwrite the variable if already set. . | |
static Standard_EXPORT void | Set (const Standard_CString Name, const Handle(Geom_Geometry)&G) |
Sets <g> in the variable <name>. Overwrite the variable if already set. . | |
static Standard_EXPORT void | Set (const Standard_CString Name, const Handle(Geom2d_Curve)&C) |
Sets <c> in the variable <name>. Overwrite the variable if already set. . | |
static Standard_EXPORT void | Set (const Standard_CString Name, const Handle(Poly_Triangulation)&T) |
Sets <t> in the variable <name>. Overwrite the variable if already set. . | |
static Standard_EXPORT void | Set (const Standard_CString Name, const Handle(Poly_Polygon3D)&P) |
Sets
in the variable <name>. Overwrite the | |
static Standard_EXPORT void | Set (const Standard_CString Name, const Handle(Poly_Polygon2D)&P) |
Sets
in the variable <name>. Overwrite the | |
static Standard_EXPORT Handle_Geom_Geometry | Get (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Standard_Boolean | GetPoint (Standard_CString &Name, gp_Pnt &P) |
Gets the variable. Returns False if none and print a warning message. . | |
static Standard_EXPORT Standard_Boolean | GetPoint2d (Standard_CString &Name, gp_Pnt2d &P) |
Gets the variable. Returns False if none and print a warning message. . | |
static Standard_EXPORT Handle_Geom_Curve | GetCurve (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Geom_BezierCurve | GetBezierCurve (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Geom_BSplineCurve | GetBSplineCurve (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Geom2d_Curve | GetCurve2d (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Geom2d_BezierCurve | GetBezierCurve2d (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Geom2d_BSplineCurve | GetBSplineCurve2d (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Geom_Surface | GetSurface (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Geom_BezierSurface | GetBezierSurface (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Geom_BSplineSurface | GetBSplineSurface (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Poly_Triangulation | GetTriangulation (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Poly_Polygon3D | GetPolygon3D (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT Handle_Poly_Polygon2D | GetPolygon2D (Standard_CString &Name) |
Get the variable <s>. Returns a null handle if none, and print a warning message. . | |
static Standard_EXPORT void | BasicCommands (Draw_Interpretor &I) |
defines display commands. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|