Search Results for

    Show / Hide Table of Contents

    Class HiddenLinesViewPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    HiddenLinesViewPreferences
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IHiddenLinesViewPreferences
    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 HiddenLinesViewPreferences : NXRemotableObject, IMessageSink, IHiddenLinesViewPreferences

    Constructors

    HiddenLinesViewPreferences(ViewPreferences)

    Declaration
    protected HiddenLinesViewPreferences(ViewPreferences owner)
    Parameters
    Type Name Description
    ViewPreferences owner

    Properties

    EdgesHiddenByEdges

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

    Hiddenline

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

    HiddenlineColor

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

    HiddenlineFont

    Declaration
    public Font HiddenlineFont { get; set; }
    Property Value
    Type Description
    Font

    HiddenlineWidth

    Declaration
    public Width HiddenlineWidth { get; set; }
    Property Value
    Type Description
    Width

    IncludeModelCurves

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

    InterferingSolids

    Declaration
    [Obsolete("Deprecated in NX6.0.0.  Use Preferences.HiddenLinesViewPreferences.InterferingSolidsOption instead.")]
    public bool InterferingSolids { get; set; }
    Property Value
    Type Description
    System.Boolean

    InterferingSolidsOption

    Declaration
    public HiddenLineInterferingSolidsOption InterferingSolidsOption { get; set; }
    Property Value
    Type Description
    HiddenLineInterferingSolidsOption

    ReferenceEdgesOnly

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

    SelfHidden

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

    SmallFeature

    Declaration
    public HiddenLineSmallFeatureOption SmallFeature { get; set; }
    Property Value
    Type Description
    HiddenLineSmallFeatureOption

    SmallFeaturesTolerance

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

    Tag

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

    Implements

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