You are on page 1of 1

Max Script

Maxscript supports arithmetic operations.

Create Objects

Create following Objects:

Use the given methods to create objects on the stage

Model Script Model Script


Box box() Teapot teapot()
Cone cone() Tube tube()
Sphere sphere() Pyramid pyramid()
Cylinder cylinder() Torus torus()
Plane Plane()

you can create variables and assign the methods. Then call the variable to create the objects.

mybox = box()

mybox

You might also like