Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / KeepSceneUpright Property

In This Topic
    KeepSceneUpright Property
    In This Topic
    Gets or sets a flag that keeps the scene upright when doing SetView operations or clicking on the ViewCubeIcon faces.
    Syntax
    'Declaration
     
    Public Property KeepSceneUpright As Boolean
    public bool KeepSceneUpright {get; set;}
    Remarks
    If false, the SetView operations and the mouse clicks on the ViewCubeIcon set the orientation with the up-vector closest to the current one.
    See Also