mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
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