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
Wiki Markup
{float:left|border=2px solid black}
[!sludgepipe with labels.bmp|width=550px!|AutoCAD Chemical Stock Tank Program]
NorthEast Isometric View
{float}



Sludge Pipe Drawing Script

...

layer <- layernew("sludgepipe",blue3)

Wiki Markup
{float:left|border=2px solid black}
[!sludgepipe1.bmp|width=350px!|AutoCAD Chemical Stock Tank Program]
Top View
{float}

sludgepipe1 - Calls the Sludge Pipe Program to create a sludge pipe.

...

ENPipeSpec - Enumerated type.

Wiki Markup
{float:left|border=2px solid black}
[!rotate20.bmp|width=800px!|AutoCAD Chemical Stock Tank Program]
Top View
{float}

rotate20 - Rotate3d turns the object based on a given axis and degree angle.

...

"y" - specifies axis that object will be rotated about.

90 - rotation angle

Wiki Markup
{float:left|border=2px solid black}
[!rotate21.bmp|width=800px!|AutoCAD Chemical Stock Tank Program]
Top View
{float}
Wiki Markup
{float:left|border=2px solid black}
[!rotate21 rightview.bmp|width=350px!|AutoCAD Chemical Stock Tank Program]
Right View
{float}

rotate21 - Rotate3d turns the object based on a given axis and degree angle.

...

"x" - specifies axis that object will be rotated about.

90 - rotation angle

layerset - Layerset selects the layer "0".

...