|
Open CASCADE Technology
7.8.0.dev
|
Tool for computing bounding box presentation. More...
#include <Prs3d_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) |
| static Handle< Graphic3d_Group > | NewGroup (const Handle< Prs3d_Presentation > &thePrs3d) |
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 |
1.8.13