|
| static void | Set (const char *const Name, const gp_Pnt &G) |
| | Sets <G> in the variable <Name>. Overwrite the variable if already set.
|
| |
| static void | Set (const char *const Name, const gp_Pnt2d &G) |
| | Sets <G> in the variable <Name>. Overwrite the variable if already set.
|
| |
| static void | Set (const char *const Name, const occ::handle< Geom_Geometry > &G, const bool isSenseMarker=true) |
| | Sets <G> in the variable <Name>. Overwrite the variable if already set. isSenseMarker indicates whether to render the sense glyph (arrow) for curves or not.
|
| |
| template<class T > |
| static void | Set (const char *const Name, const occ::handle< T > &Arg, typename opencascade::std::enable_if< opencascade::std::is_base_of< Geom_Geometry, T >::value >::type *=nullptr) |
| |
| static void | Set (const char *const Name, const occ::handle< Geom2d_Curve > &C, const bool isSenseMarker=true) |
| | Sets in the variable <Name>. Overwrite the variable if already set. isSenseMarker indicates whether to render the sense glyph (arrow) for curves or not.
|
| |
| template<class T > |
| static void | Set (const char *const Name, const occ::handle< T > &Arg, typename opencascade::std::enable_if< opencascade::std::is_base_of< Geom2d_Curve, T >::value >::type *=nullptr) |
| |
| static void | Set (const char *const Name, const occ::handle< Poly_Triangulation > &T) |
| | Sets <T> in the variable <Name>. Overwrite the variable if already set.
|
| |
| static void | Set (const char *const Name, const occ::handle< Poly_Polygon3D > &P) |
| | Sets.
|
| |
| static void | Set (const char *const Name, const occ::handle< Poly_Polygon2D > &P) |
| | Sets.
|
| |
| static occ::handle< Geom_Geometry > | Get (const char *&Name) |
| | Getthe variable . Returns a null handle if none, and print a warning message.
|
| |
| static bool | GetPoint (const char *&Name, gp_Pnt &P) |
| | Gets the variable. Returns False if none and print a warning message.
|
| |
| static bool | GetPoint2d (const char *&Name, gp_Pnt2d &P) |
| | Gets the variable. Returns False if none and print a warning message.
|
| |
| static occ::handle< Geom_Curve > | GetCurve (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Geom_BezierCurve > | GetBezierCurve (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Geom_BSplineCurve > | GetBSplineCurve (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Geom2d_Curve > | GetCurve2d (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Geom2d_BezierCurve > | GetBezierCurve2d (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Geom2d_BSplineCurve > | GetBSplineCurve2d (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Geom_Surface > | GetSurface (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Geom_BezierSurface > | GetBezierSurface (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Geom_BSplineSurface > | GetBSplineSurface (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Poly_Triangulation > | GetTriangulation (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Poly_Polygon3D > | GetPolygon3D (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static occ::handle< Poly_Polygon2D > | GetPolygon2D (const char *&Name) |
| | Get the variable . Returns a null handle if none, and print a warning message.
|
| |
| static DrawTrSurf_Params & | Parameters () |
| | Return package global parameters.
|
| |
| static void | BasicCommands (Draw_Interpretor &I) |
| | defines display commands.
|
| |
This package supports the display of parametric curves and surfaces.
The Drawable deferred classes is inherited from the Drawable3D class from the package Draw, it adds methods to draw 3D Curves and Curves on 3D Surfaces.
The classes Curve Curve2d and Surface are drawable and can be used to draw a single curve from packages Geom or Geom2d or a surface from Geom.
The Triangulation and Polygon from the package Poly are also supported.