GripsDrawEventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Rhino.Display.DrawEventArgs
Rhino.DocObjects.Custom.GripsDrawEventArgs
Namespace: Rhino.DocObjects.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class GripsDrawEventArgs : DrawEventArgs
The GripsDrawEventArgs type exposes the following members.
Properties
Name
Description
Public Property
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.
Public Property
Display
(Inherited from DrawEventArgs.)
Public Property
DrawDynamicStuff
If true, then draw stuff that does not move when grips are dragged, like the control polygon of the “original” curve.
Public Property
DrawStaticStuff
If true, then draw stuff that moves when grips are dragged, like the curve being bent by a dragged control point.
Public Property
GripColor
Public Property
GripStatusCount
Public Property
LockedGripColor
Public Property
RhinoDoc
(Inherited from DrawEventArgs.)
Public Property
SelectedGripColor
Public Property
Viewport
(Inherited from DrawEventArgs.)
Methods
Name
Description
Public Method
DrawControlPolygonLine(Line, GripStatus, GripStatus)
Draws the lines in a control polygons.
This is an helper function.
Public Method
DrawControlPolygonLine(Line, Int32, Int32)
Draws the lines in a control polygons.
This is an helper function.
Public Method
DrawControlPolygonLine(Point3d, Point3d, Int32, Int32)
Draws the lines in a control polygons.
This is an helper function.
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
GripStatus
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
RestoreViewportSettings
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)