Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

laminai+8 - Uses the 'concat' function to create a character string out of a space, the AutoCad command "line," a space, the character string created in line0, and a space. The purpose of the character string is to create a line in AutoCad between the two specified points.

laminai+9 - Uses the 'concat' function to create a character string out of a the AutoCad command "line," a space, the character string created in line1 and a space. The purpose of the character string is to create a line in AutoCad between the two specified.

laminai+10 - Uses the 'concat' function to create a character string out of the AutoCad command "z e region w," a space, a point described below, a space, the second point described below and a space. The purpose of the character string is to create a region based on the two points specified.

first point:

  • x: origin0 - amp
  • y: origin1
  • z: origin2

second point:

  • x: laminalast0 + t + amp
  • y: laminalast1
  • z: laminalast2

z: zoom
e: extents
region: creates a region based on two specified points.
w: specifies corners for the window in which the region is to be created.

laminai+11 - Uses the concat function to create a character string out of the AutoCad command "extrude," a space, the point 'origin,' a space, a space, the variable 'l,' a space and the "0."

laminai+12 -

laminai+13 -

laminai+14 -

...