DisplayPipelineDrawLinesNoClip Method |
Draws a multiple lines. This version of line drawing will draw the
segments of the line that extend beyond the near and far planes of the
view frustum with depths on those planes
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void DrawLinesNoClip(
IEnumerable<Line> lines,
Color color,
int thickness
)
Public Sub DrawLinesNoClip (
lines As IEnumerable(Of Line),
color As Color,
thickness As Integer
)
Parameters
- lines
- Type: System.Collections.GenericIEnumerableLine
the lines to draw - color
- Type: System.DrawingColor
Color to draw lines in - thickness
- Type: SystemInt32
Thickness (in pixels) of lines
See Also