mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Added treatment for Geom_OffsetSurface::UIso() if basisSurface is Geom_SurfaceOfLinearExtrusion
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
puts "========"
|
|
puts "0026558: Failing to build isoline for offset surface"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug26558_s.brep] s
|
|
|
|
mksurface sur s
|
|
offset o sur -0.5
|
|
uiso icur o 0
|
|
|
|
smallview
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}-3d.png |