ViewSettingsState.RotateToView Property

ViewSettingsStateRotateToView Property

Gets or sets the rotation reference.

If true, then the views rotates relative to the view axes; false, than relative to the world x, y, and z axes.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool RotateToView { get; set; }
Public Property RotateToView As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also