|
| | GeomBndLib_Plane (const occ::handle< Geom_Plane > &thePlane) |
| |
| | GeomBndLib_Plane (const GeomBndLib_Plane &)=delete |
| |
| GeomBndLib_Plane & | operator= (const GeomBndLib_Plane &)=delete |
| |
| | GeomBndLib_Plane (GeomBndLib_Plane &&)=delete |
| |
| GeomBndLib_Plane & | operator= (GeomBndLib_Plane &&)=delete |
| |
| const occ::handle< Geom_Plane > & | Geometry () const |
| |
| Bnd_Box | Box (double theTol) const |
| | Compute bounding box for full plane (infinite).
|
| |
| Bnd_Box | Box (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const |
| | Compute bounding box for plane patch [theUMin, theUMax] x [theVMin, theVMax].
|
| |
| Bnd_Box | BoxOptimal (double theUMin, double theUMax, double theVMin, double theVMax, double theTol) const |
| | For analytical surfaces, BoxOptimal is same as Box.
|
| |
| Bnd_Box | BoxOptimal (double theTol) const |
| | Compute optimal bounding box for full surface.
|
| |
Computes bounding box for a 3D plane (Geom_Plane). Handles infinite parameters by opening box sides based on the plane normal direction.