Search Results for

    Show / Hide Table of Contents

    Class SessionVisualizationScreen

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SessionVisualizationScreen
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    CsysShowThrough

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

    DisplayCenterOfRotation

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

    DoFitOnHideOrShow

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

    ExcludeDatumsFromFit

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

    FitPercentage

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

    FitToSectionClipPlanes

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

    HighPrecisionPanning

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

    HighPrecisionRotation

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

    IgnoreLockVerticalAxis

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

    InferEdgeOutput

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

    LockVerticalAxis

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

    PreserveFieldOfViewAngleForFit

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  No replacement.")]
    public bool PreserveFieldOfViewAngleForFit { get; set; }
    Property Value
    Type Description
    bool

    RotationPointDelay

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

    Tag

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

    TiltSnapAngle

    Declaration
    public double TiltSnapAngle { get; set; }
    Property Value
    Type Description
    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
    int

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX