Computes bounding box for a 2D offset curve (Geom2d_OffsetCurve). Computes the bounding box of the basis curve and enlarges it by |offset|.
More...
#include <GeomBndLib_OffsetCurve2d.hxx>
Computes bounding box for a 2D offset curve (Geom2d_OffsetCurve). Computes the bounding box of the basis curve and enlarges it by |offset|.
◆ GeomBndLib_OffsetCurve2d() [1/3]
◆ GeomBndLib_OffsetCurve2d() [2/3]
◆ GeomBndLib_OffsetCurve2d() [3/3]
◆ Box() [1/2]
| Bnd_Box2d GeomBndLib_OffsetCurve2d::Box |
( |
double | theTol | ) |
const |
|
inlinenodiscard |
Compute bounding box for full curve.
◆ Box() [2/2]
| Bnd_Box2d GeomBndLib_OffsetCurve2d::Box |
( |
double | theU1, |
|
|
double | theU2, |
|
|
double | theTol ) const |
|
nodiscard |
Compute bounding box for arc [theU1, theU2].
◆ BoxOptimal() [1/2]
| Bnd_Box2d GeomBndLib_OffsetCurve2d::BoxOptimal |
( |
double | theTol | ) |
const |
|
inlinenodiscard |
Compute precise bounding box for full curve.
◆ BoxOptimal() [2/2]
| Bnd_Box2d GeomBndLib_OffsetCurve2d::BoxOptimal |
( |
double | theU1, |
|
|
double | theU2, |
|
|
double | theTol ) const |
|
nodiscard |
Compute precise bounding box for arc [theU1, theU2] by sampling the offset curve.
◆ Geometry()
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: