Versions Compared

Key

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

...

  • x: origin0 + sin(πi/2)*amp
  • y: origin1 + i*(x/(periods*4)
  • z: origin2

laminai+1 - breaks the program out of the for loop once the range is exceededUses the 'point' function to turn the 3*1 matrix laminalast into a text format that AutoCad can read.

laminai+2 - selects the point (origin - zcpoint)

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

laminai+4 - Enters the command "offset" into AutoCad. The offset function is used to move the selected object a specified distance from its original location.

laminai+5 - Enters the variable "t" into AutoCad. t represents the distance that the selected object is to be offset. The command 'stringit' turns the the variable "t" into a dimensionless number.

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

laminai+7 -

line0 -

line1 -

laminai+8 -

...