|
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 Standard_Real theX, const Standard_Real theY, const Standard_Real theZ, const Standard_Real theDistance, const Handle< BRepAdaptor_HSurface > &theFace, const Standard_Boolean theDrawUIso, const Standard_Boolean theDrawVIso, const Standard_Real theDeflection, const Standard_Integer theNbUIso, const Standard_Integer theNbVIso, const Handle< Prs3d_Drawer > &theDrawer) |
|
static Standard_Boolean | Match (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ, const Standard_Real theDistance, const Handle< BRepAdaptor_HSurface > &theFace, const Handle< Prs3d_Drawer > &theDrawer) |
|
static Standard_Boolean | MatchUIso (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ, const Standard_Real theDistance, const Handle< BRepAdaptor_HSurface > &theFace, const Handle< Prs3d_Drawer > &theDrawer) |
|
static Standard_Boolean | MatchVIso (const Standard_Real theX, const Standard_Real theY, const Standard_Real theZ, const Standard_Real 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...
|
|