projects
/
occt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Integration part of tests of grid chl
[occt.git]
/
tests
/
bugs
/
heal
/
bug208
1
#INTERFACE IGES
2
puts "========"
3
puts "OCC208"
4
puts "========"
5
6
##########################
7
## Incorrect work of ShapeFix
8
##########################
9
10
restore [locate_data_file OCC208.brep] a
11
12
fixshape result a 0.01 0.01
13
14
puts [checkshape result]
15
set 2dviewer 0
16
17
18