Click or drag to resize

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)
Since: 5.0
Syntax
public void DrawControlPolygonLine(
	Point3d start,
	Point3d end,
	int startStatus,
	int endStatus
)

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.
See Also