Search Results for

    Show / Hide Table of Contents

    Class ViewStyleHiddenLinesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStyleHiddenLinesBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    Font

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

    HiddenLine

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

    IncludeModelCurves

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

    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
    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

    Width

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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