1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug24185
knosulko 81f57d1135 0030046: Modeling Algorithms - Cannot find necessary projection of the curve
move algorithm of obtaining results from function gproject to method ProjLib_CompProjectedCurve::Perform;
fix tolerances in ProjLib_PrjResolve::ProjLib_PrjResolve;
new treatment of myMaxDist;
use extend bounds in approximation;
add test;
test case "bugs modalg_5 bug25980", "bugs modalg_7 bug24185" have been changed according to new behavior.
2021-10-26 23:10:34 +03:00

22 lines
450 B
Plaintext

puts "========"
puts "OCC24185"
puts "========"
puts ""
########################################
# Wrong projection of a wire to a face
########################################
restore [locate_data_file bug24185_face.brep] f
restore [locate_data_file bug24185_wire.brep] w
nproject result w f 1.e-4 1
checkshape result
checkprops result -l 11.06
vinit
vdisplay w
vdisplay result
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png