mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026560: BRepBndLib build too large bounding box in Z direction for planar spline edge.
Poles bounding box for curve added for bezier and bspline curves. Method Poles() for Bezier curve added. Test case for issue CR26560 Function to compute subshape max tolerance has been added. Fixed bounding box expanding at Face/Face step of boolean operation. Test cases are updated to the new behavior.
This commit is contained in:
@@ -292,6 +292,9 @@ public:
|
||||
//!
|
||||
//! Raised if the length of P is not equal to the number of poles.
|
||||
Standard_EXPORT void Poles (TColgp_Array1OfPnt& P) const;
|
||||
|
||||
//! Returns all the poles of the curve.
|
||||
Standard_EXPORT const TColgp_Array1OfPnt& Poles () const;
|
||||
|
||||
//! Returns the weight of range Index.
|
||||
//! Raised if Index is not in the range [1, NbPoles]
|
||||
|
Reference in New Issue
Block a user