RotationGripUserInterfaceObject Class |
Namespace: Rhino.UI
The RotationGripUserInterfaceObject type exposes the following members.
| Name | Description | |
|---|---|---|
| RotationGripUserInterfaceObject |
Create a rotation grip that is aligned to a plane with a defined radius in pixels
|
| Name | Description | |
|---|---|---|
| BoundToActiveView | (Inherited from UserInterfaceObjectBase.) | |
| GripColor | (Inherited from GripUserInterfaceObject.) | |
| GripFillColor | (Inherited from GripUserInterfaceObject.) | |
| GripLocation | (Inherited from GripUserInterfaceObject.) | |
| GripPointVisible |
Is the grip point itself drawn
| |
| GripRadius | (Inherited from GripUserInterfaceObject.) | |
| GripShape | (Inherited from GripUserInterfaceObject.) | |
| GripShapeRotationRadians | (Inherited from GripUserInterfaceObject.) | |
| GripStrokeWidth | (Inherited from GripUserInterfaceObject.) | |
| ObjectSnapCursorsEnabled | (Inherited from GripUserInterfaceObject.) | |
| ObjectSnapPermitted | (Inherited from GripUserInterfaceObject.) | |
| OnObjectCursorsEnabled | (Inherited from GripUserInterfaceObject.) | |
| Visible |
Is the user interface object visible? Objects that are not visible will
not be drawn and will not receive mouse events
(Inherited from UserInterfaceObjectBase.) |
| Name | Description | |
|---|---|---|
| ArcVisibleInViewport |
If the arc for a given viewport visible.
| |
| ClearSnapPoints | (Inherited from GripUserInterfaceObject.) | |
| Constrain(Arc) | (Inherited from GripUserInterfaceObject.) | |
| Constrain(Circle) | (Inherited from GripUserInterfaceObject.) | |
| Constrain(Curve) | (Inherited from GripUserInterfaceObject.) | |
| Constrain(Line) | (Inherited from GripUserInterfaceObject.) | |
| 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.) | |
| IsMouseOver |
Called to test if the mouse is actively over this object
(Inherited from UserInterfaceObjectBase.) | |
| IsRegistered |
Is this user interface object active
(Inherited from UserInterfaceObjectBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDrag | (Inherited from GripUserInterfaceObject.) | |
| OnDraw |
All user interface objects are drawn and can customize their look
with the OnDraw function
(Inherited from UserInterfaceObjectBase.) | |
| OnMouseClick |
Called during a mouse click event on this object
(Inherited from UserInterfaceObjectBase.) | |
| OnMouseDoubleClick |
Called during a mouse double click event on this object
(Inherited from UserInterfaceObjectBase.) | |
| OnMouseDown |
Called when the mouse goes down on this object
(Inherited from UserInterfaceObjectBase.) | |
| OnMouseEnter |
Called when the mouse goes over this object
(Inherited from UserInterfaceObjectBase.) | |
| OnMouseLeave |
Called when the mouse leaves this object
(Inherited from UserInterfaceObjectBase.) | |
| OnMouseMove |
Called when the mouse is moved
(Inherited from UserInterfaceObjectBase.) | |
| OnMouseUp |
Called when the mouse is released on this object
(Inherited from UserInterfaceObjectBase.) | |
| OnRotationDrag |
Called when dragging a rotation grip. Angle is the amount that
the plane will be rotated when dragging
| |
| RegisterForAllDocuments |
Make this object visible for all documents. Typically you will only have user
interface objects work with single documents. For that case, call
doc.ViewUserInterface.Add
(Inherited from UserInterfaceObjectBase.) | |
| SetSnapPoints | (Inherited from GripUserInterfaceObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unregister |
Unregister this object
(Inherited from UserInterfaceObjectBase.) |