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
/
moddata
/
bug188
1
2
puts "============"
3
puts "BUC60929"
4
puts "OCC188"
5
puts "============"
6
7
restore [locate_data_file BUC60929.brep] a
8
9
explode a
10
puts [checkshape a_1]
11
puts [checkshape a_2]
12
13
bcommon result a_1 a_2
14
puts [checkshape result]
15
16
set check_square 1
17
set square 3739.26
18
set 2dviewer 0
19
20