Open CASCADE Technology
7.4.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 void | Add (const Handle< Prs3d_Presentation > &thePresentation, const Bnd_OBB &theBndBox, const Handle< Prs3d_Drawer > &theDrawer) |
Computes presentation of a bounding box. More... | |
static Handle< Graphic3d_ArrayOfSegments > | FillSegments (const Bnd_OBB &theBox) |
Create primitive array with line segments for displaying a box. More... | |
static Handle< Graphic3d_ArrayOfSegments > | FillSegments (const Bnd_Box &theBox) |
Create primitive array with line segments for displaying a box. More... | |
static void | FillSegments (const Handle< Graphic3d_ArrayOfSegments > &theSegments, const Bnd_OBB &theBox) |
Create primitive array with line segments for displaying a box. More... | |
static void | FillSegments (const Handle< Graphic3d_ArrayOfSegments > &theSegments, const Bnd_Box &theBox) |
Create primitive array with line segments for displaying a box. More... | |
static void | fillSegments (const Handle< Graphic3d_ArrayOfSegments > &theSegments, const gp_Pnt *theBox) |
Create primitive array with line segments for displaying a box. More... | |
Static Public Member Functions inherited from Prs3d_Root | |
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... | |
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. |
|
static |
Computes presentation of a bounding box.
thePresentation | [in] the presentation. |
theBndBox | [in] the bounding box. |
theDrawer | [in] the drawer. |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
theBox | [in] the box to add |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
theBox | [in] the box to add |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
theSegments | [in] [out] primitive array to be filled; should be at least 8 nodes and 24 edges in size |
theBox | [in] the box to add |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
theSegments | [in] [out] primitive array to be filled; should be at least 8 nodes and 24 edges in size |
theBox | [in] the box to add |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
theSegments | [in] [out] primitive array to be filled; should be at least 8 nodes and 24 edges in size |
theBox | [in] the box to add |