Files
OCCT/tests/bugs/modalg/bug22323
omy cf5195b88c 0022323: MakeThickSolid raises Construction exception on cylinder.
Removed BRepTest/BRepTest_ShellCommands.cxx from OCCT.
Added test case for bug 22323. It is placed in bugs/modalg.
2013-02-22 13:56:00 +04:00

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