Open CASCADE Technology 7.9.0
|
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. | |
![]() | |
called static instead Handle< Graphic3d_Group > | CurrentGroup (const Handle< Prs3d_Presentation > &thePrs3d) |
static instead Handle< Graphic3d_Group > | NewGroup (const Handle< Prs3d_Presentation > &thePrs3d) |
Tool for computing bounding box presentation.
|
static |
Computes presentation of a bounding box.
[in] | thePresentation | the presentation. |
[in] | theBndBox | the bounding box. |
[in] | theDrawer | the drawer. |
|
static |
Computes presentation of a bounding box.
[in] | thePresentation | the presentation. |
[in] | theBndBox | the bounding box. |
[in] | theDrawer | the drawer. |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
[in] | theBox | the box to add |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
[in] | theBox | the box to add |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
[in] |
out] theSegments primitive array to be filled; should be at least 8 nodes and 24 edges in size
[in] | theBox | the box to add |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
[in] |
out] theSegments primitive array to be filled; should be at least 8 nodes and 24 edges in size
[in] | theBox | the box to add |
|
inlinestatic |
Create primitive array with line segments for displaying a box.
[in] |
out] theSegments primitive array to be filled; should be at least 8 nodes and 24 edges in size
[in] | theBox | the box to add |