1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Test for 0028196: Algorithm 'Extrema_GenLocateExtPS' failed to find the extremum in a case

Draw command 'proj' has been improved:
- Add possibility to pass the starting point. If it is passed than the algorithm Extrema_GenLocateExtPS is used instead of standard projection.
- Make the output of the command more clear.

Test case bugs/moddata_3/bug28196 has been added.
This commit is contained in:
abk
2016-12-06 21:42:11 +03:00
committed by apn
parent f838dac48b
commit 5200cc4aa3
4 changed files with 111 additions and 51 deletions

View File

@@ -13,6 +13,7 @@ checkshape a
explode a f
mksurface gs a_1
set list [proj gs 0 10 50]
set list [lmatch $list ext_*]
set ll 4
set good_Parameter1List [list 0 0 0 0]