occt: master 97acf541
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
master | 2013-07-12 08:23:01 | master c1fe53c6 | ||
Changeset | 0023782: Intersection algorithm produces wrong section curves for the attached faces The fix is to keep the correlation between numbers of segments in U and V parametric directions (nbu and nbv). When minimal of these numbers (f.e. nbu) is set to default minimal value (10), other (nbv) is set to Min(30, nbv*(default/nbu)). 30 is used to avoid too small segments. Added test case bugs/modalg_5/bug23782 |
|||
mod - src/Adaptor3d/Adaptor3d_TopolTool.cxx | Diff File | |||
add - tests/bugs/modalg_5/bug23782 | Diff File |