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}
[!lamina.bmp|width=450px!|AutoCAD Channel Program]
SouthWest Isometric View
{float}
\\
h1. Lamina Drawing Script

*layer7* \- [Layer{~}new~|AutoCAD Basics Layer] creates a new purple layer 


Lamina Drawing Script

layer7 - Layernew creates a new purple layer "lamina."

...

layer7

...

<

...

-

...

layer

...

new("lamina",purple)

Wiki Markup

{float:left|border=2px solid black}
[!lamina1.bmp|width=450px!|AutoCAD Channel Program]
Top View
{float}
Wiki Markup
{float:left|border=2px solid black}
[!lamina1 front.bmp|width=450px!|AutoCAD Channel Program]
Front View
{float}
*

lamina1

...

-

...

Calls

...

the

...

Lamina

...

Program

...

to

...

create

...

lamella.

...

lamina1

...

<-lamina(lamina

...

origin,Amp

...

SedPlate,W

...

Sed,L

...

SedPlate,T

...

SedPlate,Per

...

SedPlate,AN

...

SedPlate,N

...

SedPlates,N

...

SedPlateCol,-B

...

SedPlateHorizontal,Y

...

SedPlate)

laminaorigin =

  • if layout1:
    • x: tankorigin0
    • y: tankorigin1
    • z: tankorigin2 + HSedBelow
  • if layout2:
    • x: tankorigin0 - WEChannel
    • y: tankorigin1
    • z: tankorigin2 + HSedBelow
  • if layout3:
    • x: tankorigin0
    • y: tankorigin1
    • z: tankorigin2 + HSedBelow
  • if layout4:
    • x: tankorigin0
    • y: tankorigin1
    • z: tankorigin2 + HSedBelow

AmpSedPlate - Degree lamella is installed relative to the horizontal (so flocs slide down lamella.)

WSed - Width of sedimentation tank.

LSedPlate - Length of plate settlers in the sedimentation tank.

TSedPlate - Thickness of plate settlers.

PerSedPlate - Period of the curves for the plate settlers.

ANSedPlate - Degree lamella is installed relative to the horizontal (so flocs slide down lamella.)

NSedPlates - Number of plate settlers in sed tank.

NSedPlateCol - Number of columns of sedimentation tank lamina when arrayed (always set to 1 since lamina are drawn one tank at a time.)

BSedPlateHorizontal - Horizontal spacing between sedimentation plates.

YSedPlate - Vertical height of the sedimentation plates.

layerset - Layerset selects the layer "0".

layerset <- layerset("0")

layerfreeze - Layerfreeze locks the layer "lamina" so that it cannot be edited.

layerfreeze <- layerfreeze("lamina")