Open CASCADE Technology
7.0.0
|
Tool for computing bounding box presentation. More...
#include <StdPrs_BndBox.hxx>
Static Public Member Functions | |
static void | Add (const Handle< Prs3d_Presentation > &thePresentation, const Bnd_Box &theBndBox, const Handle< Prs3d_Drawer > &theDrawer) |
Computes presentation of a bounding box. More... | |
Static Public Member Functions inherited from Prs3d_Root | |
static Handle< Graphic3d_Group > | CurrentGroup (const Handle< Prs3d_Presentation > &Prs3d) |
Returns the current 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 > &Prs3d) |
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... | |
Tool for computing bounding box presentation.
|
static |
Computes presentation of a bounding box.
thePresentation | [in] the presentation. |
theBndBox | [in] the bounding box. |
theDrawer | [in] the drawer. |