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