{float:left|border=2px solid black}
[!manifold with labels.bmp|width=600px!|AutoCAD Channel Program]
NorthEast Isometric View
{float}



Manifold Drawing Script

layer5 - Layernew creates a new blue layer "manifold."

layer5 <- layernew("manifold',blue2)

{float:left|border=2px solid black}
[!manifold1.bmp|width=450px!|AutoCAD Channel Program]
Top View
{float}

manifold1 - Calls the Manifold Program to create a manifold.

manifold1 <-Manifold(manifoldorigin,NDSedLaunder,DSedLaunderOrifice/2,manifoldlength,BSedLaunderOrifices,ENPipeSpec)
manifoldorigin =

NDSedLaunder - Nominal diameter of launder.

DSedLaunderOrifice - Diameter of launder orifices.

manifoldlength - Specifies manifold length.

BSedLaunderOrifices - Spacing between orifices throughout the launder.

ENPipeSpec - Enumerated type.

{float:left|border=2px solid black}
[!rotate17.bmp|width=700px!|AutoCAD Channel Program]
Top View
{float}

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

rotate18 <- rotate3d(p1,manifoldorigin,"y",90)

p1 =

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

90 - rotation angle

{float:left|border=2px solid black}
[!rotate18.bmp|width=700px!|AutoCAD Channel Program]
Top View
{float}
{float:left|border=2px solid black}
[!rotate18 rightview.bmp|width=450px!|AutoCAD Channel Program]
Right View
{float}

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

rotate19 <- rotate3d(p1,manifoldorigin,"x",-60)

p1 =

manifoldorigin =

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

-60 - rotation angle

{float:left|border=2px solid black}
[!copym.bmp|width=700px!|AutoCAD Channel Program]
Top View
{float}

copym - CopyB duplicates the selected object.

copym <- copyB(manifoldorigin,manifoldorigin,manifold2origin)

manifoldorigin =

manifold2origin =

layerset <- layerset("0")

layerfreeze5 - Layerfreeze locks the layer "manifold" so that it cannot be edited.

layerfreeze5 <- layerfreeze("manifold")