Search Results for

    Show / Hide Table of Contents

    Class ExportWeldBuilder

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

    Constructors

    ExportWeldBuilder()

    Declaration
    protected ExportWeldBuilder()

    Properties

    AttributeOrigin

    Declaration
    public ExportWeldBuilder.AttributeOriginType AttributeOrigin { get; set; }
    Property Value
    Type Description
    ExportWeldBuilder.AttributeOriginType

    ConnectedPartAttrToggle

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

    CsvFileName

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

    Output

    Declaration
    public ExportWeldBuilder.OutputType Output { get; set; }
    Property Value
    Type Description
    ExportWeldBuilder.OutputType

    TemplateFileName

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

    WeldPoints

    Declaration
    public SelectNXObjectList WeldPoints { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Methods

    GetConnectedPartAttributes()

    Declaration
    public string[] GetConnectedPartAttributes()
    Returns
    Type Description
    System.String[]

    GetExportedAttributes()

    Declaration
    public string[] GetExportedAttributes()
    Returns
    Type Description
    System.String[]

    OpenFromFile()

    Declaration
    public void OpenFromFile()

    ReadAttributesFromWelds()

    Declaration
    public void ReadAttributesFromWelds()

    RestoreDefault()

    Declaration
    public void RestoreDefault()

    SaveAsDefault()

    Declaration
    public void SaveAsDefault()

    SaveToFile()

    Declaration
    public void SaveToFile()

    SetConnectedPartAttributes(String[])

    Declaration
    public void SetConnectedPartAttributes(string[] connectedPartAttributes)
    Parameters
    Type Name Description
    System.String[] connectedPartAttributes

    SetExportedAttributes(String[])

    Declaration
    public void SetExportedAttributes(string[] exportedAttributes)
    Parameters
    Type Name Description
    System.String[] exportedAttributes

    Implements

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