mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-06 08:47:11 +08:00
22 lines
400 B
Plaintext
Executable File
22 lines
400 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "BUC60930"
|
|
puts "============"
|
|
puts ""
|
|
######################################
|
|
## Exception ConstructionError in LocOpe_SplitShape.
|
|
######################################
|
|
|
|
restore [locate_data_file BUC60930_splitshape.brep] c
|
|
explode c
|
|
puts [checkshape c_1]
|
|
puts [checkshape c_2]
|
|
|
|
renamevar c_1 f
|
|
renamevar c_2 e
|
|
|
|
splitshape result f f e
|
|
|
|
set square 13.3392
|
|
set 2dviewer 0
|