0031587: Modeling Data - add BRepTools::RemoveInternals() removing internal sub-shape...
[occt.git] / tests / bugs / moddata_3 / bug31587_7
CommitLineData
09543c2d 1puts "================"
2puts "0031587: Modeling Data - Remove internal sub-shapes from the shape"
3puts "================"
4puts ""
5
6restore [locate_data_file bug31587_wall1.brep] s
7removeinternals s
8
9checkshape s
10checknbshapes s -vertex 6 -edge 6 -wire 1 -face 1
11