mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
22 lines
450 B
Plaintext
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
|