1
0
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:
aml
2015-10-08 09:39:35 +03:00
committed by bugmaster
parent a521d90d5a
commit bcd1975693
18 changed files with 194 additions and 22 deletions

View File

@@ -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]