mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
451 B
Plaintext
18 lines
451 B
Plaintext
puts "========="
|
|
puts "OCC25729"
|
|
puts "========="
|
|
puts ""
|
|
###############################################
|
|
# algorithm BRepOffset_MakeOffset(...) produces wrong result for join type Intersection
|
|
###############################################
|
|
|
|
restore [locate_data_file bug25729_source_shape.brep] s
|
|
|
|
offsetparameter 1.e-7 c i
|
|
offsetload s 0.14
|
|
offsetperform result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|