mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 13:48:57 +08:00
18 lines
413 B
Plaintext
18 lines
413 B
Plaintext
puts "================"
|
|
puts "OCC25450"
|
|
puts "================"
|
|
puts ""
|
|
####################################
|
|
# Common operation returns wrong shape
|
|
####################################
|
|
|
|
restore [locate_data_file bug25450_Shape.brep] a
|
|
|
|
explode a
|
|
bcommon result a_1 a_2
|
|
|
|
set square 142153
|
|
|
|
checknbshapes result -vertex 8 -edge 12 -wire 4 -face 4 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 29
|
|
set 3dviewer 1
|