Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Alum

...

Stock

...

Script

...

layernewap

...

-

...

Layernew creates a new light grey layer, "alumplatform"

layernewap <-- layernew("alumplatform",

...

ltgrey)

Wiki Markup


{float:left|border=2px solid black}
[!1.bmp|width=500px!|AutoCAD Platform Program AlumStockScript]
Southwest Isometric View
{float}
*

alumplatform

...

-

...

draws

...

the

...

platform

...

which

...

the

...

alum

...

barrels

...

will

...

sit

...

on

...

alumplatform

...

<--

...

StockPlatform("alumplat

...

origin,

...

S

...

Drum,

...

T

...

Ap,

...

W

...

ApWalkway,

...

alumplatcol

...

dim,

...

D

...

Drum/2)

...



layerseta - Layerset selects the layer "0".

...

layerseta

...

<--

...

layer

...

set("0")

...

layerfreezeap

...

-

...

Layerfreeze locks the layer "alumplatform"

...

so

...

that

...

it

...

cannot

...

be

...

edited.

...

layerfreezeap

...

<--

...

layer

...

freeze("alumplatform")

...

layernewab

...

-

...

Layernew creates a new blue layer, "alumbarrels".

...

layernewab

...

<--

...

layer

...

new("alumbarrels",

...

blue)

Wiki Markup


{float:left|border=2px solid black}
[!2.bmp|width=500px!|AutoCAD Platform Program AlumStockScript]
Southwest Isometric View
{float}
*

alumbarrels

...

-

...

draws

...

two

...

barrels

...

which

...

will

...

sit

...

on

...

top

...

of

...

the

...

platform

...

alumbarrels

...

<--

...

StockBarrels("alumplat

...

origin,

...

S

...

Drum,

...

T

...

Ap,

...

W

...

ApWalkway,

...

D

...

Drum/2,

...

H

...

Drum)



layerfreezeab - Layerfreeze locks the layer "alumbarrels" so that it cannot be edited.

layerfreezeab <-- layerfreeze("alumbarrels")

...