mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-13 11:46:28 +08:00
15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
puts "================================"
|
|
puts "0026578: Modeling Algorithm - Exceptions in offset operation with intersection"
|
|
puts "================================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug26578_plate3.brep] s
|
|
|
|
offsetparameter 1e-7 p i
|
|
offsetload s 4
|
|
offsetperform r
|
|
|
|
checkshape r
|
|
checknbshapes r -vertex 25 -edge 36 -wire 12 -face 12
|
|
checkview -display r -2d -path ${imagedir}/${test_image}.png
|