Search Results for

    Show / Hide Table of Contents

    Class WeldBuilder

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

    Constructors

    WeldBuilder()

    Declaration
    protected WeldBuilder()

    Properties

    DistanceBetween

    Declaration
    public Expression DistanceBetween { get; }
    Property Value
    Type Description
    Expression

    EdgeSelection

    Declaration
    public SelectTaggedObjectList EdgeSelection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    ElementType

    Declaration
    public ElementTypeBuilder ElementType { get; }
    Property Value
    Type Description
    ElementTypeBuilder

    EndOffset

    Declaration
    public Expression EndOffset { get; }
    Property Value
    Type Description
    Expression

    FlipState

    Declaration
    public int FlipState { get; set; }
    Property Value
    Type Description
    System.Int32

    InputFile

    Declaration
    public string InputFile { get; set; }
    Property Value
    Type Description
    System.String

    Location

    Declaration
    public WeldBuilder.WeldLocation Location { get; set; }
    Property Value
    Type Description
    WeldBuilder.WeldLocation

    NodeSelection

    Declaration
    public SelectFENodeList NodeSelection { get; }
    Property Value
    Type Description
    SelectFENodeList

    NumberOfPointsOnEdge

    Declaration
    public int NumberOfPointsOnEdge { get; set; }
    Property Value
    Type Description
    System.Int32

    NumberOfPointsOption

    Declaration
    public WeldBuilder.NumberOfPointsOnEdgeType NumberOfPointsOption { get; set; }
    Property Value
    Type Description
    WeldBuilder.NumberOfPointsOnEdgeType

    OffsetDistance

    Declaration
    public Expression OffsetDistance { get; }
    Property Value
    Type Description
    Expression

    OffsetVector

    Declaration
    public Direction OffsetVector { get; set; }
    Property Value
    Type Description
    Direction

    Pattern

    Declaration
    public string Pattern { get; set; }
    Property Value
    Type Description
    System.String

    PointOnEdgeOption

    Declaration
    public WeldBuilder.PointOnEdgeType PointOnEdgeOption { get; set; }
    Property Value
    Type Description
    WeldBuilder.PointOnEdgeType

    PointsSelection

    Declaration
    public SelectTaggedObjectList PointsSelection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    SearchDistance

    Declaration
    public Expression SearchDistance { get; }
    Property Value
    Type Description
    Expression

    SpecifiedNumberOfPoints

    Declaration
    public int SpecifiedNumberOfPoints { get; set; }
    Property Value
    Type Description
    System.Int32

    StartOffset

    Declaration
    public Expression StartOffset { get; }
    Property Value
    Type Description
    Expression

    SupportAllPids

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

    Implements

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