Search Results for

    Show / Hide Table of Contents

    Class WeldBeadBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    WeldBeadBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Weld
    Assembly: NXOpen.dll
    Syntax
    public class WeldBeadBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    WeldBeadBuilder()

    Declaration
    protected WeldBeadBuilder()

    Properties

    BeadLocation

    Declaration
    public WeldBeadBuilder.BeadLocationMethod BeadLocation { get; set; }
    Property Value
    Type Description
    WeldBeadBuilder.BeadLocationMethod

    Characteristics

    Declaration
    public CharacteristicsBuilder Characteristics { get; }
    Property Value
    Type Description
    CharacteristicsBuilder

    DistanceTolerance

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

    ExtendToBoundary

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

    FaceInferMethod

    Declaration
    public WeldBeadBuilder.FaceInferMethodType FaceInferMethod { get; set; }
    Property Value
    Type Description
    WeldBeadBuilder.FaceInferMethodType

    OutputType

    Declaration
    public WeldBeadBuilder.OutputTypes OutputType { get; set; }
    Property Value
    Type Description
    WeldBeadBuilder.OutputTypes

    PathList

    Declaration
    public WeldBeadPathBuilderList PathList { get; }
    Property Value
    Type Description
    WeldBeadPathBuilderList

    SelectBottomParts

    Declaration
    public ScCollector SelectBottomParts { get; }
    Property Value
    Type Description
    ScCollector

    SelectTopParts

    Declaration
    public ScCollector SelectTopParts { get; }
    Property Value
    Type Description
    ScCollector

    SizeList

    Declaration
    public WeldBeadSizeBuilderList SizeList { get; }
    Property Value
    Type Description
    WeldBeadSizeBuilderList

    TangentAngle

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

    TransformSketchToBeadCenterline

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

    Type

    Declaration
    public WeldBeadBuilder.Types Type { get; set; }
    Property Value
    Type Description
    WeldBeadBuilder.Types

    Methods

    CreatePreviewPath()

    Declaration
    public Spline CreatePreviewPath()
    Returns
    Type Description
    Spline

    GetPreviewPath()

    Declaration
    public Spline GetPreviewPath()
    Returns
    Type Description
    Spline

    NewPath()

    Declaration
    public WeldBeadPathBuilder NewPath()
    Returns
    Type Description
    WeldBeadPathBuilder

    NewSize()

    Declaration
    public WeldBeadSizeBuilder NewSize()
    Returns
    Type Description
    WeldBeadSizeBuilder

    Implements

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