GripsDrawEventArgs Class |
[Missing <summary> documentation for "T:Rhino.DocObjects.Custom.GripsDrawEventArgs"]
Namespace: Rhino.DocObjects.Custom
The GripsDrawEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlPolygonStyle |
What kind of line is used to display things like control polygons.
0 = no control polygon, 1 = solid control polygon, 2 = dotted control polygon.
| |
| Display | (Inherited from DrawEventArgs.) | |
| DrawDynamicStuff |
If true, then draw stuff that does not move when grips are
dragged, like the control polygon of the "original" curve.
| |
| DrawStaticStuff |
If true, then draw stuff that moves when grips are dragged,
like the curve being bent by a dragged control point.
| |
| GripColor | ||
| GripStatusCount | ||
| LockedGripColor | ||
| RhinoDoc | (Inherited from DrawEventArgs.) | |
| SelectedGripColor | ||
| Viewport | (Inherited from DrawEventArgs.) |
| Name | Description | |
|---|---|---|
| DrawControlPolygonLine(Line, GripStatus, GripStatus) |
Draws the lines in a control polygons.
This is an helper function. | |
| DrawControlPolygonLine(Line, Int32, Int32) |
Draws the lines in a control polygons.
This is an helper function. | |
| DrawControlPolygonLine(Point3d, Point3d, Int32, Int32) |
Draws the lines in a control polygons.
This is an helper function. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GripStatus | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RestoreViewportSettings | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |