mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
18 lines
383 B
Plaintext
Executable File
18 lines
383 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC212"
|
|
puts "========"
|
|
################################################
|
|
## Bug in Topological "Common" boolean operation
|
|
################################################
|
|
|
|
restore [locate_data_file OCC212-1.brep] S1
|
|
puts [checkshape S1]
|
|
restore [locate_data_file OCC212-2.brep] S2
|
|
puts [checkshape S2]
|
|
|
|
bcommon result S2 S1
|
|
|
|
set square 314.301
|
|
set 3dviewer 0
|
|
|