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