mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
puts "================"
|
|
puts "0031587: Modeling Data - Remove internal sub-shapes from the shape"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31587_wall12.brep] s
|
|
removeinternals s
|
|
|
|
checkshape s
|
|
checknbshapes s -vertex 16 -edge 16 -wire 3 -face 3
|