Open CASCADE Technology 7.8.2.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. | |
static void | Add (const Handle< Prs3d_Presentation > &thePresentation, const Bnd_OBB &theBndBox, const Handle< Prs3d_Drawer > &theDrawer) |
Computes presentation of a bounding box. | |
static Handle< Graphic3d_ArrayOfSegments > | FillSegments (const Bnd_OBB &theBox) |
Create primitive array with line segments for displaying a box. | |
static Handle< Graphic3d_ArrayOfSegments > | FillSegments (const Bnd_Box &theBox) |
Create primitive array with line segments for displaying a box. | |
static void | FillSegments (const Handle< Graphic3d_ArrayOfSegments > &theSegments, const Bnd_OBB &theBox) |
Create primitive array with line segments for displaying a box. | |
static void | FillSegments (const Handle< Graphic3d_ArrayOfSegments > &theSegments, const Bnd_Box &theBox) |
Create primitive array with line segments for displaying a box. | |
static void | fillSegments (const Handle< Graphic3d_ArrayOfSegments > &theSegments, const gp_Pnt *theBox) |
Create primitive array with line segments for displaying a box. | |
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 |