mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
- Updated isBSplineCurveInvalid to check for uneven parameterization speed and determine the need for ProjLib usage. - Enhanced the logic for computing parameterization speed across knot intervals. - Simplified the handling of B-spline curves with problematic knot spacing by directly utilizing ProjLib for projection. - Improved overall clarity and maintainability of the code by removing redundant checks and streamlining parameter handling.