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("alumplatorigin, SDrum, TAp, WApWalkway, alumplatcoldim, DDrum/2)
layerseta - Layerset selects the layer "0".
layerseta <-- layerset("0")
layerfreezeap - Layerfreeze locks the layer "alumplatform" so that it cannot be edited.
layerfreezeap <-- layerfreeze("alumplatform")
layernewab - Layernew creates a new blue layer, "alumbarrels".
layernewab <-- layernew("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("alumplatorigin, SDrum, TAp, WApWalkway, DDrum/2, HDrum)
layerfreezeab - Layerfreeze locks the layer "alumbarrels" so that it cannot be edited.
layerfreezeab <-- layerfreeze("alumbarrels")