List Function Example

Details

Action

A MathScript Function that assembles its arguments into a list.

make tri1 list([0,0,10], [0,10,0] ,[10,0,0])

creates an object suitable for use as the arguments of the triangle command which draws a triangle in a 3D graph window.