Class ExportWeldBuilder
Inheritance
ExportWeldBuilder
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
ConnectedPartAttrToggle
Declaration
public bool ConnectedPartAttrToggle { get; set; }
Property Value
CsvFileName
Declaration
public string CsvFileName { get; set; }
Property Value
Output
Declaration
public ExportWeldBuilder.OutputType Output { get; set; }
Property Value
TemplateFileName
Declaration
public string TemplateFileName { get; set; }
Property Value
WeldPoints
Declaration
public SelectNXObjectList WeldPoints { get; }
Property Value
Methods
GetConnectedPartAttributes()
Declaration
public string[] GetConnectedPartAttributes()
Returns
GetExportedAttributes()
Declaration
public string[] GetExportedAttributes()
Returns
OpenFromFile()
Declaration
public void OpenFromFile()
ReadAttributesFromWelds()
Declaration
public void ReadAttributesFromWelds()
RestoreDefault()
Declaration
public void RestoreDefault()
SaveAsDefault()
Declaration
public void SaveAsDefault()
SaveToFile()
Declaration
SetConnectedPartAttributes(string[])
Declaration
public void SetConnectedPartAttributes(string[] connectedPartAttributes)
Parameters
Type |
Name |
Description |
string[] |
connectedPartAttributes |
|
SetExportedAttributes(string[])
Declaration
public void SetExportedAttributes(string[] exportedAttributes)
Parameters
Type |
Name |
Description |
string[] |
exportedAttributes |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink