projects
/
occt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
0029750: Samples - function arrows are not updated by moving a node in FuncDemo qt...
[occt.git]
/
tests
/
bugs
/
moddata_3
/
bug31587_7
1
puts "================"
2
puts "0031587: Modeling Data - Remove internal sub-shapes from the shape"
3
puts "================"
4
puts ""
5
6
restore [locate_data_file bug31587_wall1.brep] s
7
removeinternals s
8
9
checkshape s
10
checknbshapes s -vertex 6 -edge 6 -wire 1 -face 1
11