Draws the lines in a control polygons.
Namespace: Rhino.DocObjects.CustomThis is an helper function.
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public void DrawControlPolygonLine( Line line, GripStatus startStatus, GripStatus endStatus ) |
| Visual Basic |
|---|
Public Sub DrawControlPolygonLine ( _ line As Line, _ startStatus As GripStatus, _ endStatus As GripStatus _ ) |
Parameters
- line
- Type: Rhino.Geometry..::..Line
Line between two grips.
- startStatus
- Type: Rhino.DocObjects.Custom..::..GripStatus
Grip status at start of line.
- endStatus
- Type: Rhino.DocObjects.Custom..::..GripStatus
Grip status at end of line.