Search Results for

    Show / Hide Table of Contents

    Class SessionVisualizationVisual

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SessionVisualizationVisual
    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 SessionVisualizationVisual : NXRemotableObject, IMessageSink

    Constructors

    SessionVisualizationVisual(SessionPreferences)

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

    Properties

    DecalStickersInShadedDisplay

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

    EnableFlatShading

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

    EnableMaterialsInShadedMode

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

    FullSceneAntialiasing

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

    LineAntialiasing

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

    ReduceEdgeBleedThrough

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

    Tag

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

    Translucency

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

    Methods

    GetViewFromPoint(int, int, out View, out Point3d)

    Declaration
    public void GetViewFromPoint(int screenX, int screenY, out View view, out Point3d viewPoint)
    Parameters
    Type Name Description
    int screenX
    int screenY
    View view
    Point3d viewPoint

    Implements

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