Search Results for

    Show / Hide Table of Contents

    Class ViewStyleHiddenLinesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStyleHiddenLinesBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewStyleHiddenLinesBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewStyleHiddenLinesBuilder()

    Declaration
    protected ViewStyleHiddenLinesBuilder()

    Properties

    Color

    Declaration
    public NXColor Color { get; set; }
    Property Value
    Type Description
    NXColor

    EdgesHiddenByEdges

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

    Font

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

    HiddenLine

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

    IncludeModelCurves

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use Drawings.ViewStyleHiddenLinesBuilder.IncludeModelCurvesOption instead.")]
    public bool IncludeModelCurves { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeModelCurvesOption

    Declaration
    public IncludeModelCurvesOption IncludeModelCurvesOption { get; set; }
    Property Value
    Type Description
    IncludeModelCurvesOption

    InterferingSolids

    Declaration
    public HiddenLineInterferingSolidsOption InterferingSolids { 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

    Width

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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