Versions Compared

Key

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

...

laminai+1 - Uses the 'point' function to turn the 3*1 matrix laminalast into a text format that AutoCad can read.

laminai+2 - Uses the 'concat' function to enter a space and the point (origin - zcpoint)into AutoCad.

laminai+3 - Uses the 'point' function to turn the 3*1 matrix (laminalast + zcpoint) into a text format that AutoCad can read.

...

laminai+6 - Uses the 'point' function to turn the 3*1 matrix 'origin' into a text formal format that AutoCad can read.

laminai+7 - Uses the 'point' function to turn the following 3*1 matrix into a text format that AutoCad can read.

  • x: origin0 + t
  • y: origin1
  • z: origin2

line0 - Uses the 'concat' function to enter the point 'origin' a space and the point converted in line laminai+7 into AutoCad.

line1 - Uses the 'concat' function to enter the point 'laminalast' a space and the point described below into Autocad.

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

laminai+8 -

laminai+9 -

laminai+10 -

...