Search Results for

    Show / Hide Table of Contents

    Class LineWeldDataBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    LineWeldDataBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class LineWeldDataBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    LineWeldDataBuilder()

    Declaration
    protected LineWeldDataBuilder()

    Properties

    CompoundWeldSize

    Declaration
    public string CompoundWeldSize { get; set; }
    Property Value
    Type Description
    string

    CompoundWeldSizeCode

    Declaration
    public LineWeldDataBuilder.WeldSizeCodeType CompoundWeldSizeCode { get; set; }
    Property Value
    Type Description
    LineWeldDataBuilder.WeldSizeCodeType

    ContourSymbol

    Declaration
    public LineWeldDataBuilder.ContourSymbolType ContourSymbol { get; set; }
    Property Value
    Type Description
    LineWeldDataBuilder.ContourSymbolType

    FinishSymbol

    Declaration
    public LineWeldDataBuilder.FinishSymbolType FinishSymbol { get; set; }
    Property Value
    Type Description
    LineWeldDataBuilder.FinishSymbolType

    GrooveCountersinkAngle

    Declaration
    public string GrooveCountersinkAngle { get; set; }
    Property Value
    Type Description
    string

    IsCompound

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

    LengthPitch

    Declaration
    public string LengthPitch { get; set; }
    Property Value
    Type Description
    string

    NumberRootDepth

    Declaration
    public string NumberRootDepth { get; set; }
    Property Value
    Type Description
    string

    WeldSize

    Declaration
    public string WeldSize { get; set; }
    Property Value
    Type Description
    string

    WeldSizeCode

    Declaration
    public LineWeldDataBuilder.WeldSizeCodeType WeldSizeCode { get; set; }
    Property Value
    Type Description
    LineWeldDataBuilder.WeldSizeCodeType

    WeldSymbol

    Declaration
    public LineWeldDataBuilder.WeldSymbolType WeldSymbol { get; set; }
    Property Value
    Type Description
    LineWeldDataBuilder.WeldSymbolType

    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