NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder 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[] GetExportedAttributes ()
 Get the attributes of weld points to be exported to CSV file More...
 
unsafe void SetExportedAttributes (string[] exportedAttributes)
 Set the attributes of weld points to be exported to CSV file More...
 
unsafe string[] GetConnectedPartAttributes ()
 Get the connected part attributes of weld points More...
 
unsafe void SetConnectedPartAttributes (string[] connectedPartAttributes)
 Set the connected part attributes of weld points More...
 
unsafe void ReadAttributesFromWelds ()
 Read attributes from selected welds and save to exported attributes and connected part attributes More...
 
unsafe void SaveAsDefault ()
 Save exported attributes as default template. More...
 
unsafe void RestoreDefault ()
 Restore default template to update exported attributes. More...
 
unsafe void SaveToFile ()
 Save exported attributes to a template file. More...
 
unsafe void OpenFromFile ()
 Open a template file to update exported attributes. 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...
 

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...
 

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 ( )

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 ( )

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 ( )

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 ( )

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 ( )

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 ( )

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 ( )

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)

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.