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