![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a 3D line (Geom_Line). Handles infinite parameters by opening the box in appropriate directions. More...
#include <GeomBndLib_Line.hxx>
Public Member Functions | |
| GeomBndLib_Line (const occ::handle< Geom_Line > &theLine) | |
| GeomBndLib_Line (const GeomBndLib_Line &)=delete | |
| GeomBndLib_Line & | operator= (const GeomBndLib_Line &)=delete |
| GeomBndLib_Line (GeomBndLib_Line &&)=delete | |
| GeomBndLib_Line & | operator= (GeomBndLib_Line &&)=delete |
| const occ::handle< Geom_Line > & | Geometry () const |
| Bnd_Box | Box (double theU1, double theU2, double theTol) const |
| Compute bounding box for line segment [theU1, theU2]. | |
| Bnd_Box | Box (double theTol) const |
| Compute bounding box for full curve. | |
| Bnd_Box | BoxOptimal (double theU1, double theU2, double theTol) const |
| For analytical curves, BoxOptimal is same as Box. | |
Static Public Member Functions | |
| static Bnd_Box | Box (const gp_Lin &theLin, double theU1, double theU2, double theTol) |
| Compute bounding box for a line segment [theU1, theU2] defined by gp_Lin. | |
Computes bounding box for a 3D line (Geom_Line). Handles infinite parameters by opening the box in appropriate directions.
Static method accepting gp_Lin can be used directly without constructing a Geom_Line handle.
|
inline |
|
delete |
|
delete |
|
inlinestatic |
Compute bounding box for a line segment [theU1, theU2] defined by gp_Lin.
Compute bounding box for line segment [theU1, theU2].
For analytical curves, BoxOptimal is same as Box.
|
inline |
|
delete |
|
delete |