Search Results for

    Show / Hide Table of Contents

    Class SessionVisualizationScreen

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SessionVisualizationScreen
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class SessionVisualizationScreen : NXRemotableObject, IMessageSink

    Constructors

    SessionVisualizationScreen(SessionPreferences)

    Declaration
    protected SessionVisualizationScreen(SessionPreferences owner)
    Parameters
    Type Name Description
    SessionPreferences owner

    Properties

    CsysFixedSizeOnScreen

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.Preferences.PartVisualizationScreen.CsysFixedSizeOnScreen instead")]
    public bool CsysFixedSizeOnScreen { get; set; }
    Property Value
    Type Description
    System.Boolean

    CsysShowThrough

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.Preferences.PartVisualizationScreen.CsysShowThrough instead")]
    public bool CsysShowThrough { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayCenterOfRotation

    Declaration
    public bool DisplayCenterOfRotation { get; set; }
    Property Value
    Type Description
    System.Boolean

    DoFitOnHideOrShow

    Declaration
    public bool DoFitOnHideOrShow { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludeDatumsFromFit

    Declaration
    public bool ExcludeDatumsFromFit { get; set; }
    Property Value
    Type Description
    System.Boolean

    FitPercentage

    Declaration
    public int FitPercentage { get; set; }
    Property Value
    Type Description
    System.Int32

    FitToSectionClipPlanes

    Declaration
    public bool FitToSectionClipPlanes { get; set; }
    Property Value
    Type Description
    System.Boolean

    HighPrecisionPanning

    Declaration
    public bool HighPrecisionPanning { get; set; }
    Property Value
    Type Description
    System.Boolean

    HighPrecisionRotation

    Declaration
    public bool HighPrecisionRotation { get; set; }
    Property Value
    Type Description
    System.Boolean

    IgnoreLockVerticalAxis

    Declaration
    public bool IgnoreLockVerticalAxis { get; set; }
    Property Value
    Type Description
    System.Boolean

    InferEdgeOutput

    Declaration
    public bool InferEdgeOutput { get; set; }
    Property Value
    Type Description
    System.Boolean

    LockVerticalAxis

    Declaration
    public bool LockVerticalAxis { get; set; }
    Property Value
    Type Description
    System.Boolean

    PreserveFieldOfViewAngleForFit

    Declaration
    public bool PreserveFieldOfViewAngleForFit { get; set; }
    Property Value
    Type Description
    System.Boolean

    RotationPointDelay

    Declaration
    public int RotationPointDelay { get; set; }
    Property Value
    Type Description
    System.Int32

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    TiltSnapAngle

    Declaration
    public double TiltSnapAngle { get; set; }
    Property Value
    Type Description
    System.Double

    TriadLocation

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.Preferences.PartVisualizationScreen.TriadLocation instead")]
    public SessionVisualizationScreen.ViewTriadLocation TriadLocation { get; set; }
    Property Value
    Type Description
    SessionVisualizationScreen.ViewTriadLocation

    TriadVisibility

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.Preferences.PartVisualizationScreen.TriadVisibility instead")]
    public int TriadVisibility { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX