NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Weld.ExportWeldBuilder Class Reference

Represents a ExportWeldBuilder class More...

Inheritance diagram for NXOpen.Weld.ExportWeldBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Weld.ExportWeldJointBuilder

Public Types

enum  AttributeOriginType { Object, Df }
 the Attribute Origin enum More...
 
enum  OutputType { IntermediateFile, InformationWindow }
 the Output Type enum More...
 

Public Member Functions

unsafe string[] GetConnectedPartAttributes ()
 Get the connected part attributes of weld points More...
 
unsafe string[] GetExportedAttributes ()
 Get the attributes of weld points to be exported to CSV file More...
 
unsafe void OpenFromFile ()
 Open a template file to update exported attributes. More...
 
unsafe void ReadAttributesFromWelds ()
 Read attributes from selected welds and save to exported attributes and connected part attributes More...
 
unsafe void RestoreDefault ()
 Restore default template to update exported attributes. More...
 
unsafe void SaveAsDefault ()
 Save exported attributes as default template. More...
 
unsafe void SaveToFile ()
 Save exported attributes to a template file. More...
 
unsafe void SetConnectedPartAttributes (string[] connectedPartAttributes)
 Set the connected part attributes of weld points More...
 
unsafe void SetExportedAttributes (string[] exportedAttributes)
 Set the attributes of weld points to be exported to CSV file More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Weld.ExportWeldBuilder.AttributeOriginType 
AttributeOrigin [get, set]
 Returns or sets the option indicating where the attributes are read from, welding object or corresponding Design Feature. More...
 
unsafe bool ConnectedPartAttrToggle [get, set]
 Returns or sets the connected part attribute toggle to control if read connected part attributes from weld points More...
 
unsafe string CsvFileName [get, set]
 Returns or sets the CSV file name More...
 
unsafe
NXOpen.Weld.ExportWeldBuilder.OutputType 
Output [get, set]
 Returns or sets the option defining where to write the output data. More...
 
unsafe string TemplateFileName [get, set]
 Returns or sets the template file name More...
 
unsafe NXOpen.SelectNXObjectList WeldPoints [get]
 Returns the weld points to be exported to CSV file More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a ExportWeldBuilder class

To create a new instance of this class, use NXOpen.Weld.WeldManager.CreateExportWeldBuilder

Default values.

Property Value

AttributeOrigin

Object

Output

IntermediateFile

Created in NX6.0.0

Member Enumeration Documentation

the Attribute Origin enum

Enumerator
Object 
Df 

the Output Type enum

Enumerator
IntermediateFile 
InformationWindow 

Member Function Documentation

unsafe string [] NXOpen.Weld.ExportWeldBuilder.GetConnectedPartAttributes ( )
inline

Get the connected part attributes of weld points

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

Returns
Connected part attributes string
unsafe string [] NXOpen.Weld.ExportWeldBuilder.GetExportedAttributes ( )
inline

Get the attributes of weld points to be exported to CSV file

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

Returns
Exported attributes string
unsafe void NXOpen.Weld.ExportWeldBuilder.OpenFromFile ( )
inline

Open a template file to update exported attributes.

Before use it, you must set template file name.

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

unsafe void NXOpen.Weld.ExportWeldBuilder.ReadAttributesFromWelds ( )
inline

Read attributes from selected welds and save to exported attributes and connected part attributes

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

unsafe void NXOpen.Weld.ExportWeldBuilder.RestoreDefault ( )
inline

Restore default template to update exported attributes.

Before use it, you must set template file name.

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

unsafe void NXOpen.Weld.ExportWeldBuilder.SaveAsDefault ( )
inline

Save exported attributes as default template.

Before use it, you must set template file name.

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

unsafe void NXOpen.Weld.ExportWeldBuilder.SaveToFile ( )
inline

Save exported attributes to a template file.

Before use it, you must set template file name.

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

unsafe void NXOpen.Weld.ExportWeldBuilder.SetConnectedPartAttributes ( string[]  connectedPartAttributes)
inline

Set the connected part attributes of weld points

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

Parameters
connectedPartAttributesConnected part attributes string
unsafe void NXOpen.Weld.ExportWeldBuilder.SetExportedAttributes ( string[]  exportedAttributes)
inline

Set the attributes of weld points to be exported to CSV file

Created in NX6.0.0

License requirements: ugweld ("UG WELD")

Parameters
exportedAttributesExported attributes string

Property Documentation

unsafe NXOpen.Weld.ExportWeldBuilder.AttributeOriginType NXOpen.Weld.ExportWeldBuilder.AttributeOrigin
getset

Returns or sets the option indicating where the attributes are read from, welding object or corresponding Design Feature.

Created in NX10.0.0

License requirements to get this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

License requirements to set this property: ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

unsafe bool NXOpen.Weld.ExportWeldBuilder.ConnectedPartAttrToggle
getset

Returns or sets the connected part attribute toggle to control if read connected part attributes from weld points

Created in NX6.0.0

License requirements to get this property: ugweld ("UG WELD")

License requirements to set this property: ugweld ("UG WELD")

unsafe string NXOpen.Weld.ExportWeldBuilder.CsvFileName
getset

Returns or sets the CSV file name

Created in NX6.0.0

License requirements to get this property: ugweld ("UG WELD")

License requirements to set this property: ugweld ("UG WELD")

unsafe NXOpen.Weld.ExportWeldBuilder.OutputType NXOpen.Weld.ExportWeldBuilder.Output
getset

Returns or sets the option defining where to write the output data.

Data will be written to either a comma separated value file or the output window.

Created in NX9.0.0

License requirements to get this property: ugweld ("UG WELD")

License requirements to set this property: ugweld ("UG WELD")

unsafe string NXOpen.Weld.ExportWeldBuilder.TemplateFileName
getset

Returns or sets the template file name

Created in NX6.0.0

License requirements to get this property: ugweld ("UG WELD")

License requirements to set this property: ugweld ("UG WELD")

unsafe NXOpen.SelectNXObjectList NXOpen.Weld.ExportWeldBuilder.WeldPoints
get

Returns the weld points to be exported to CSV file

Created in NX6.0.0

License requirements: ugweld ("UG WELD")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.