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()
    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.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

    ElementSideASelection

    Declaration
    public SelectElementsBuilder ElementSideASelection { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    ElementSideBSelection

    Declaration
    public SelectElementsBuilder ElementSideBSelection { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    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

    LocationType

    Declaration
    public WeldBuilder.WeldLocationType LocationType { get; set; }
    Property Value
    Type Description
    WeldBuilder.WeldLocationType

    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

    PointSideA

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

    PointSideB

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

    PointsSelection

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

    SearchDistance

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

    SideAPid

    Declaration
    public NamedPropertyTable SideAPid { get; set; }
    Property Value
    Type Description
    NamedPropertyTable

    SideBPid

    Declaration
    public NamedPropertyTable SideBPid { get; set; }
    Property Value
    Type Description
    NamedPropertyTable

    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

    WeldType

    Declaration
    public WeldBuilder.WeldConnectionType WeldType { get; set; }
    Property Value
    Type Description
    WeldBuilder.WeldConnectionType

    Implements

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