mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
|