Search Results for

    Show / Hide Table of Contents

    Class JointItemBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    JointItemBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 JointItemBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    JointItemBuilder()

    Declaration
    protected JointItemBuilder()

    Properties

    BackingFace

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

    Curve

    Declaration
    public Curve Curve { get; }
    Property Value
    Type Description
    Curve

    Limits

    Declaration
    public DieLimitsBuilder Limits { get; }
    Property Value
    Type Description
    DieLimitsBuilder

    MasterEdge

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

    PlacementFace

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

    PrimaryEdge

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

    PrimaryFace

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

    RoutingObject

    Declaration
    public SelectPort RoutingObject { get; }
    Property Value
    Type Description
    SelectPort

    SecondaryEdge

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

    SecondaryFace

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

    TargetFace

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

    UseCallbackValues

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

    WeldingCharacteristics

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

    WeldType

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

    Methods

    DeleteCurve()

    Declaration
    public void DeleteCurve()

    GetPortEngagement()

    Declaration
    public double GetPortEngagement()
    Returns
    Type Description
    System.Double

    ReadEdgePrepValues()

    Declaration
    public EdgePrepValuesBuilder ReadEdgePrepValues()
    Returns
    Type Description
    EdgePrepValuesBuilder

    SaveEdgePrepValues(EdgePrepValuesBuilder)

    Declaration
    public void SaveEdgePrepValues(EdgePrepValuesBuilder valuesBuilder)
    Parameters
    Type Name Description
    EdgePrepValuesBuilder valuesBuilder

    SetCallbackMessage(String)

    Declaration
    public void SetCallbackMessage(string message)
    Parameters
    Type Name Description
    System.String message

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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