DisplayPipelineDrawDottedLine Method (Point3d, Point3d, Color) |
Draws a single dotted line.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic void DrawDottedLine(
Point3d from,
Point3d to,
Color color
)
Public Sub DrawDottedLine (
from As Point3d,
to As Point3d,
color As Color
)
Parameters
- from
- Type: Rhino.GeometryPoint3d
Line start point. - to
- Type: Rhino.GeometryPoint3d
Line end point. - color
- Type: System.DrawingColor
Color of line.
See Also