Search Results for

    Show / Hide Table of Contents

    Class VisualizationLine

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

    Constructors

    VisualizationLine(SessionPreferences)

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

    Properties

    DepthSortedWireframe

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

    Tag

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

    WireframeContrast

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

    Methods

    RegenerateFromToleranceChange(bool, bool)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.Preferences.PartVisualizationLine.RegenerateFromToleranceChange instead.")]
    public void RegenerateFromToleranceChange(bool updateModeChange, bool studio)
    Parameters
    Type Name Description
    bool updateModeChange
    bool studio

    UpdateLineFontObjects(bool)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.Preferences.PartVisualizationLine.UpdateLineFontObjects instead.")]
    public void UpdateLineFontObjects(bool doSoftwareUpdate)
    Parameters
    Type Name Description
    bool doSoftwareUpdate

    Implements

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