Modeling - Bounding BSpline periodic tolerance issue#468
Merged
dpasukhi merged 10 commits intoOpen-Cascade-SAS:IRfrom Mar 31, 2025
Merged
Modeling - Bounding BSpline periodic tolerance issue#468dpasukhi merged 10 commits intoOpen-Cascade-SAS:IRfrom
dpasukhi merged 10 commits intoOpen-Cascade-SAS:IRfrom
Conversation
Refactor ElCLib::AdjustPeriodic to improve handling of periodic adjustments and segment tolerance in BndLib_Add3dCurve Previously the calculation was not sinicized between segmenting and adjusting.
…er performance and reliability
…rom the build" This reverts commit 60d264b.
…rve copy constructor for improved clarity and efficiency; update BndLib_Add3dCurve to ensure proper handling of BSpline curves with periodicity.
Member
Author
…dge counts in checknbshapes
AtheneNoctuaPt
approved these changes
Mar 31, 2025
dpasukhi
added a commit
to dpasukhi/OCCT
that referenced
this pull request
May 19, 2025
…#468 Update BndLib_Add3dCurve to check the periodic case u1-u2 matching with period
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor ElCLib::AdjustPeriodic to improve handling of periodic adjustments and segment tolerance in BndLib_Add3dCurve
Previously the calculation was not synchronize between segmenting and adjusting.