mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
puts "========"
|
|
puts "0029573: ConcatenateWireC0 crashes on two edges wire"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug29573.brep] w
|
|
|
|
explode w
|
|
|
|
concatC0wire r1 w_1
|
|
checknbshapes r1 -vertex 2 -edge 1
|
|
|
|
concatC0wire r2 w_2
|
|
checknbshapes r2 -vertex 2 -edge 1
|