GripsDrawEventArgs.DrawControlPolygonLine Method (Point3d, Point3d, Int32, Int32)

GripsDrawEventArgsDrawControlPolygonLine Method (Point3d, Point3d, Int32, Int32)

Draws the lines in a control polygons.

This is an helper function.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawControlPolygonLine(
	Point3d start,
	Point3d end,
	int startStatus,
	int endStatus
)
Public Sub DrawControlPolygonLine ( 
	start As Point3d,
	end As Point3d,
	startStatus As Integer,
	endStatus As Integer
)

Parameters

start
Type: Rhino.GeometryPoint3d
The point start.
end
Type: Rhino.GeometryPoint3d
The point end.
startStatus
Type: SystemInt32
Index of Grip status at start of line defined by start and end.
endStatus
Type: SystemInt32
Index if Grip status at end of line defined by start and end.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also