mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
20 lines
450 B
Plaintext
20 lines
450 B
Plaintext
puts "============"
|
|
puts "OCC24218"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
## ShapeFix_Face requires double execution to produce valid shape when FixSplitFaceMode is in effect
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24218_f.brep] f
|
|
|
|
decho off
|
|
checkshape f
|
|
decho on
|
|
|
|
fixshape r f +o
|
|
checkshape r
|
|
|
|
fixshape rr r +o
|
|
checkshape rr
|