1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_6/bug21351
2015-04-23 16:29:58 +03:00

21 lines
715 B
Plaintext

puts "=========="
puts "OCC23351"
puts "=========="
puts ""
################################################################################################
# Fail to compute derivatives of offset surface on trimmed surfaces on offsets on CN surfaces
################################################################################################
beziersurf bz 3 3 0 0 0 1 -1 0 2 0 0 0 -1 1 1 0 1 2 -1 1 0 0 2 1 -1 2 2 0 2
offset obz bz 0.5
trim tobz obz 0.1 0.9 0.1 0.9
offset otobz tobz 0.5
svalue otobz 0.2 0.2 x y z dux duy duz dvx dvy dvz
offset oobz bz 1
svalue oobz 0.2 0.2 x y z dux duy duz dvx dvy dvz
trim ttbz bz 0.1 0.9 0.1 0.9
offset ottbz ttbz 1
svalue ottbz 0.2 0.2 x y z dux duy duz dvx dvy dvz