RosettaCodeData/Task/Draw-a-cuboid/Python/draw-a-cuboid-2.py

4 lines
130 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
from visual import *
mybox = box(pos=(0,0,0), length=4, height=2, width=3, axis=(-0.1,-0.1,0.1) )
scene.title = "VPython: cuboid"