mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Use real tolerance of a face to define threshold for tolerance of discrete model instead of empirical values based on discrete model itself
21 lines
605 B
Plaintext
21 lines
605 B
Plaintext
#puts "TODO CR25827 ALL: Faulty shapes in variables faulty_"
|
|
|
|
puts "========="
|
|
puts "CR25827"
|
|
puts "========="
|
|
puts ""
|
|
############################################################################
|
|
# BRepMesh does not synchronize parameters of glued vertices on small edges
|
|
############################################################################
|
|
|
|
restore [locate_data_file bug25827_result_valid.brep] r
|
|
|
|
checkshape r
|
|
|
|
incmesh r 0.01 -a 10 -relative -parallel
|
|
|
|
checkshape r
|
|
|
|
checkview -display r -2d -path ${imagedir}/${test_image}-2d.png
|
|
checkview -display r -3d -path ${imagedir}/${test_image}-3d.png
|