mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
325 B
Plaintext
16 lines
325 B
Plaintext
puts "========"
|
|
puts "OCC27784"
|
|
puts "========"
|
|
puts ""
|
|
##########################################
|
|
# Thickness fails on cylinder with draft
|
|
##########################################
|
|
|
|
pcylinder cyl 50 30
|
|
explode cyl f
|
|
|
|
depouille draft cyl 0 0 -1 cyl_1 20 0 0 0 0 0 1
|
|
explode draft f
|
|
|
|
offsetcompshape d_thick draft -5 draft_2
|