Description Sets the drawing properties for a specified Directional Analysis Entity.
Syntax SetDirAnaEntityDrawProperties n, bDraw, bDrawMode, rendRadius, red, green, blue
Parameters n As Long Node number of Directional Analysis Entity.
bDraw As Boolean True to draw DAE; False otherwise.
bDrawMode As String DAE draw mode. Options are "Lines", "Fill" or "Points".
rendRadius As Double Radius of DAE sphere drawn in 3D View (system units).
red As Long RGB red value (0-255).
green As Long RGB green value (0-255).
blue As Long RGB blue value (0-255).
Remarks Sets the drawing properties for a specified Directional Analysis Entity.
See Also
|