mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-09 22:28:13 +08:00
17 lines
319 B
Plaintext
Executable File
17 lines
319 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC210"
|
|
puts "(case 2)"
|
|
puts "========"
|
|
|
|
##########################################
|
|
## Improve FixShape to correct case of touching wires
|
|
##########################################
|
|
|
|
restore [locate_data_file OCC210b.brep] a
|
|
|
|
fixshape result a 0.01 0.01
|
|
|
|
puts [checkshape result]
|
|
set 2dviewer 1
|
|
|