Click or drag to resize

ViewSettingsStateRotateCircleIncrement Property

Gets or sets the rotation increment.

When the user rotates a view with the keyboard, Rhino rotates the view in steps. The usual step is 1/60th of a circle, which equals six degrees.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int RotateCircleIncrement { get; set; }

Property Value

Type: Int32
See Also