mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
418 B
Plaintext
19 lines
418 B
Plaintext
puts "============"
|
|
puts "OCC26736"
|
|
puts "============"
|
|
puts ""
|
|
##################################
|
|
# Errors in BRepOffsetAPI_MakeOffset: overlapping arcs are processed incorrect in mode GeomAbs_Intersection
|
|
##################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug26736_arc1.brep] a
|
|
wire ww a
|
|
donly ww
|
|
fit
|
|
mkoffset result ww 10 8 i
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|