Search Results for

    Show / Hide Table of Contents

    Class SessionVisualizationVisual

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SessionVisualizationVisual
    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: NXOpenUI.dll
    Syntax
    public class SessionVisualizationVisual : NXRemotableObject, IMessageSink

    Constructors

    SessionVisualizationVisual(UI)

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

    Properties

    DecalStickersInShadedDisplay

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

    EnableFlatShading

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

    FullSceneAntialiasing

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

    LineAntialiasing

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

    ReduceEdgeBleedThrough

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

    Tag

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

    Translucency

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

    Methods

    GetViewFromPoint(Int32, Int32, out View, out Point3d)

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

    Implements

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