Search Results for

    Show / Hide Table of Contents

    Class HiddenLinesViewPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    HiddenLinesViewPreferences
    Implements
    IMessageSink
    IHiddenLinesViewPreferences
    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 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
    bool

    Hiddenline

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

    HiddenlineColor

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

    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
    bool

    InterferingSolids

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

    InterferingSolidsOption

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

    ReferenceEdgesOnly

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

    SelfHidden

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

    SmallFeature

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

    SmallFeaturesTolerance

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