1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-15 11:44:07 +03:00
2012-12-07 16:29:17 +04:00

15 lines
225 B
Plaintext
Executable File

puts "========================"
puts " OCC408 "
puts "========================"
puts ""
box b1 0 0 0 1 1 1
nurbsconvert b1 b1
box b2 0 -0.5 0 1.5 0.5 0.5
bcommon result b1 b2
puts [checkshape -top result]