|
static void | Add (const Handle< Prs3d_Presentation > &thePresentation, const TopoDS_Shape &theShape, const Handle< Prs3d_Drawer > &theDrawer, const StdPrs_Volume theVolume=StdPrs_Volume_Autodetection) |
| Shades <theShape>. More...
|
|
static void | Add (const Handle< Prs3d_Presentation > &thePresentation, const TopoDS_Shape &theShape, const Handle< Prs3d_Drawer > &theDrawer, const Standard_Boolean theHasTexels, const gp_Pnt2d &theUVOrigin, const gp_Pnt2d &theUVRepeat, const gp_Pnt2d &theUVScale, const StdPrs_Volume theVolume=StdPrs_Volume_Autodetection) |
| Shades <theShape> with texture coordinates. More...
|
|
static void | ExploreSolids (const TopoDS_Shape &theShape, const BRep_Builder &theBuilder, TopoDS_Compound &theClosed, TopoDS_Compound &theOpened, const Standard_Boolean theIgnore1DSubShape) |
| Searches closed and unclosed subshapes in shape structure and puts them into two compounds for separate processing of closed and unclosed sub-shapes. More...
|
|
static void | AddWireframeForFreeElements (const Handle< Prs3d_Presentation > &thePrs, const TopoDS_Shape &theShape, const Handle< Prs3d_Drawer > &theDrawer) |
| Computes wireframe presentation for free wires and vertices. More...
|
|
static void | AddWireframeForFacesWithoutTriangles (const Handle< Prs3d_Presentation > &thePrs, const TopoDS_Shape &theShape, const Handle< Prs3d_Drawer > &theDrawer) |
| Computes special wireframe presentation for faces without triangulation. More...
|
|
static Handle< Graphic3d_ArrayOfTriangles > | FillTriangles (const TopoDS_Shape &theShape) |
| Create primitive array with triangles for specified shape. More...
|
|
static Handle< Graphic3d_ArrayOfTriangles > | FillTriangles (const TopoDS_Shape &theShape, const Standard_Boolean theHasTexels, const gp_Pnt2d &theUVOrigin, const gp_Pnt2d &theUVRepeat, const gp_Pnt2d &theUVScale) |
| Create primitive array of triangles for specified shape. More...
|
|
static Handle< Graphic3d_ArrayOfSegments > | FillFaceBoundaries (const TopoDS_Shape &theShape, GeomAbs_Shape theUpperContinuity=GeomAbs_CN) |
| Define primitive array of boundary segments for specified shape. More...
|
|
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...
|
|
Auxiliary procedures to prepare Shaded presentation of specified shape.