Manifold Drawing Script

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

layer5 <- layernew("manifold',blue2)

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.

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

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

p1 =

manifoldorigin =

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

90 - rotation angle

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

copym - CopyB duplicates the selected object.

copym <- copyB(manifoldorigin,manifoldorigin,manifold2origin)

layerset -

layerset <- layerset("0")

layerfreeze5 -

layerfreeze5 <- layerfreeze("manifold")