mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 19:26:36 +08: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
|