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

General Program Information

Wiki Markup
{float:left|border=2px solid black}
[!1.bmp|width=280px!|AutoCAD Sedimentation Tank Inlet Slopes Trapezoid Program][!1b.bmp|width=380px!|AutoCAD Sedimentation Tank Inlet Slopes Trapezoid Program]
Southwest Isometric View
{float}



Input Definitions

Inputs Needed to Call the Inlet Slope Trapezoid Function

...

viewtop - sets the workspace so that the user is viewing the top of the object.

viewtop <-- viewtop1

Wiki Markup
{float:left|border=2px solid black}
[!2.bmp|width=520px!|AutoCAD Sedimentation Tank Inlet Slopes Trapezoid Program]
{float}

zoomwin - zooms on a window space directly around where the inlet slope is to be drawn.

...

  • x: origin0 + dim0 - zc
  • y: origin1 + dim1 - zc
  • z: origin2 + dim2 - zc

Wiki Markup
{float:left|border=2px solid black}
[!3.bmp|width=420px!|AutoCAD Sedimentation Tank Inlet Slopes Trapezoid Program] 
{float}

verticalbox - draws a box using verticalorigin to select the first corner, and verticalorigindim to select the opposite corner. This box will serve as the vertical part of the inlet slopes.

verticalbox <-- box(verticalorigin, verticalorigindim)

...

  • x: length/n
  • y: thick
  • z: HTrapezoid + thick*cos(bigslope)

Wiki Markup
{float:left|border=2px solid black}
[!4.bmp|width=280px!|AutoCAD Sedimentation Tank Inlet Slopes Trapezoid Program] 
Southwest Isometric View
{float}

bigslopebox - draws on top of the vertical box, using slopeorigin to select the first corner, and boxdim to select the opposite corner. This box will serve as the slope of the inlet slopes.

bigslopebox <-- box(slopeorigin, boxdim)

...

boxdim = slopeorigin + dim



Wiki Markup
{float:left|border=2px solid black}
[!5a.bmp|width=300px!|AutoCAD Sedimentation Tank Inlet Slopes Trapezoid Program][!5.bmp|width=60px!|AutoCAD Sedimentation Tank Inlet Slopes Trapezoid Program]
Before sideview
{float}

sideview - changes the view from topview to side view

sideview <-- viewrightside1



Wiki Markup
{float:left|border=2px solid black}
[!6.bmp|width=280px!|AutoCAD Sedimentation Tank Inlet Slopes Trapezoid Program]
{float}

rotate - rotates the bigslopebox by 90 - biglope*(180/pi) degrees along the z-axis.

rotate <-- rotate3d(sideorigin, sideoriginrotate, "z", 90 - bigslope*(180/pi))

...

"z" =

90 - bigslope*(180/pi) =

orificebox -

orificebox <-- box(orificeorigin, orificedim)

...