mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
16 lines
424 B
Plaintext
16 lines
424 B
Plaintext
puts "=========="
|
|
puts "0029108: Data Exchange - Crash writing STEP file"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug29108.brep] part
|
|
stepwrite a part $imagedir/bug229108_temp.stp
|
|
dall
|
|
stepread ${imagedir}/bug229108_temp.stp a *
|
|
|
|
tpcompound result
|
|
checkprops result -s 11833
|
|
checkshape result
|
|
checknbshapes result -vertex 251 -edge 380 -wire 155 -face 141 -shell 3 -solid 2 -compsolid 0 -compound 4 -shape 936
|
|
|