Click or drag to resize

DisplayPipelineDrawLineNoClip Method

Draws a single line object .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)
Since: 7.1
Syntax
public void DrawLineNoClip(
	Point3d from,
	Point3d to,
	Color color,
	int thickness
)

Parameters

from
Type: Rhino.GeometryPoint3d
Line from point.
to
Type: Rhino.GeometryPoint3d
Line to point.
color
Type: System.DrawingColor
Color to draw line in.
thickness
Type: SystemInt32
Thickness (in pixels) of line.
See Also