mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
467 B
Plaintext
15 lines
467 B
Plaintext
puts "============"
|
|
puts "CR22323"
|
|
puts "============"
|
|
puts ""
|
|
##########################################################################################################
|
|
# Example of using offsetshape command instead of redundant "shell" command to get the same result
|
|
##########################################################################################################
|
|
|
|
pcylinder cy 100 200
|
|
explode cy f
|
|
donly cy cy_2
|
|
fit
|
|
|
|
offsetshape res cy -1. cy_2
|
|
donly res |