General Program Information

Basics - Box

box - A function that takes in the inputs of two points to create a 3D rectangular object. These points serve to specify the length, width, and height of the object. This is found at the end of a line of AutoCAD code.
box(p1,p2) :=

boxA - A function that takes in the inputs of two points to create a 3D rectangular object. These points serve to specify the length, width, and height of the object.This is found at the beginning or middle of a line of AutoCAD code.
boxA(p1,p2) :=

Example

p1 =

p2 =

box(p1,p2) = _box 1,1,1 3,3,3,

{float:left|border=2px solid black}
!box1.bmp!
Northwest Isometric
{float}