mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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 |