|
static void | Add (const Handle< Prs3d_Presentation > &thePresentation, const Handle< BRepAdaptor_HSurface > &theFace, const Standard_Boolean theDrawUIso, const Standard_Boolean theDrawVIso, const Standard_Integer theNbUIso, const Standard_Integer theNbVIso, const Handle< Prs3d_Drawer > &theDrawer, Prs3d_NListOfSequenceOfPnt &theCurves) |
|
static void | Add (const Handle< Prs3d_Presentation > &thePresentation, const Handle< BRepAdaptor_HSurface > &theFace, const Handle< Prs3d_Drawer > &theDrawer) |
|
static Standard_Boolean | Match (const Quantity_Length theX, const Quantity_Length theY, const Quantity_Length theZ, const Quantity_Length theDistance, const Handle< BRepAdaptor_HSurface > &theFace, const Standard_Boolean theDrawUIso, const Standard_Boolean theDrawVIso, const Quantity_Length theDeflection, const Standard_Integer theNbUIso, const Standard_Integer theNbVIso, const Handle< Prs3d_Drawer > &theDrawer) |
|
static Standard_Boolean | Match (const Quantity_Length theX, const Quantity_Length theY, const Quantity_Length theZ, const Quantity_Length theDistance, const Handle< BRepAdaptor_HSurface > &theFace, const Handle< Prs3d_Drawer > &theDrawer) |
|
static Standard_Boolean | MatchUIso (const Quantity_Length theX, const Quantity_Length theY, const Quantity_Length theZ, const Quantity_Length theDistance, const Handle< BRepAdaptor_HSurface > &theFace, const Handle< Prs3d_Drawer > &theDrawer) |
|
static Standard_Boolean | MatchVIso (const Quantity_Length theX, const Quantity_Length theY, const Quantity_Length theZ, const Quantity_Length theDistance, const Handle< BRepAdaptor_HSurface > &theFace, const Handle< Prs3d_Drawer > &theDrawer) |
|
static void | AddUIso (const Handle< Prs3d_Presentation > &thePresentation, const Handle< BRepAdaptor_HSurface > &theFace, const Handle< Prs3d_Drawer > &theDrawer) |
|
static void | AddVIso (const Handle< Prs3d_Presentation > &thePresentation, const Handle< BRepAdaptor_HSurface > &theFace, const Handle< Prs3d_Drawer > &theDrawer) |
|
static Handle< Graphic3d_Group > | CurrentGroup (const Handle< Prs3d_Presentation > &thePrs3d) |
| Returns the current (last created) group of primititves inside graphic objects in the display. A group also contains the attributes whose ranges are limited to the primitives in it. More...
|
|
static Handle< Graphic3d_Group > | NewGroup (const Handle< Prs3d_Presentation > &thePrs3d) |
| Returns the new group of primitives inside graphic objects in the display. A group also contains the attributes whose ranges are limited to the primitives in it. More...
|
|