Search Results for

    Show / Hide Table of Contents

    Class DurSpecialistDurWeldSetBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DurSpecialistDurWeldSetBuilder
    DurSpecialistDurSeamWeldSetBuilder
    DurSpecialistDurSpotWeldSetBuilder
    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 DurSpecialistDurWeldSetBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DurSpecialistDurWeldSetBuilder()

    Declaration
    protected DurSpecialistDurWeldSetBuilder()

    Properties

    AllowOverride

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

    DescriptionString

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

    DurWeldSetType

    Declaration
    public DurSpecialistDurWeldSetBuilder.Type DurWeldSetType { get; set; }
    Property Value
    Type Description
    DurSpecialistDurWeldSetBuilder.Type

    NameString

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

    RecoverySimulationObject

    Declaration
    public DurSpecialistSimulationObjectTable RecoverySimulationObject { get; set; }
    Property Value
    Type Description
    DurSpecialistSimulationObjectTable

    Methods

    GetDurWelds()

    Declaration
    public DurSpecialistDurWeld[] GetDurWelds()
    Returns
    Type Description
    DurSpecialistDurWeld[]

    GetSelectedWeldConnections()

    Declaration
    public IConnection[] GetSelectedWeldConnections()
    Returns
    Type Description
    IConnection[]

    SetDurWelds(DurSpecialistDurWeld[])

    Declaration
    public void SetDurWelds(DurSpecialistDurWeld[] durWelds)
    Parameters
    Type Name Description
    DurSpecialistDurWeld[] durWelds

    SetSelectedWeldConnections(IConnection[])

    Declaration
    public void SetSelectedWeldConnections(IConnection[] selectedWeldConnections)
    Parameters
    Type Name Description
    IConnection[] selectedWeldConnections

    Implements

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