Click or drag to resize

DisplayPipelineDrawPatternedLine Method (Point3d, Point3d, Color, Int32, Int32)

Draws a single line with specified pattern.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void DrawPatternedLine(
	Point3d from,
	Point3d to,
	Color color,
	int pattern,
	int thickness
)

Parameters

from
Type: Rhino.GeometryPoint3d
Line start point.
to
Type: Rhino.GeometryPoint3d
Line end point.
color
Type: System.DrawingColor
Color of line.
pattern
Type: SystemInt32
Pattern of the line (like 0x00001111 for dotted line).
thickness
Type: SystemInt32
Thickness (in pixels) of lines.
See Also