NX Open C++ Reference Guide
Public Member Functions
NXOpen::Weld::ExportWeldBuilder Class Reference

Represents a ExportWeldBuilder class
To create a new instance of this class, use Weld::WeldManager::CreateExportWeldBuilder

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::Weld::ExportWeldBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

bool ConnectedPartAttrToggle ()
 Returns the connected part attribute toggle to control if read connected part attributes from weld points
Created in NX6.0.0.
NXString CsvFileName ()
 Returns the CSV file name
Created in NX6.0.0.
std::vector< NXStringGetConnectedPartAttributes ()
 Get the connected part attributes of weld points.
std::vector< NXStringGetExportedAttributes ()
 Get the attributes of weld points to be exported to CSV file.
void OpenFromFile ()
 Open a template file to update exported attributes.
void ReadAttributesFromWelds ()
 Read attributes from selected welds and save to exported attributes and connected part attributes
Created in NX6.0.0.
void RestoreDefault ()
 Restore default template to update exported attributes.
void SaveAsDefault ()
 Save exported attributes as default template.
void SaveToFile ()
 Save exported attributes to a template file.
void SetConnectedPartAttributes (std::vector< NXString > &connectedPartAttributes)
 Set the connected part attributes of weld points
Created in NX6.0.0.
void SetConnectedPartAttrToggle (bool connectedPartAttrToggle)
 Sets the connected part attribute toggle to control if read connected part attributes from weld points
Created in NX6.0.0.
void SetCsvFileName (const NXString &csvFileName)
 Sets the CSV file name
Created in NX6.0.0.
void SetExportedAttributes (std::vector< NXString > &exportedAttributes)
 Set the attributes of weld points to be exported to CSV file
Created in NX6.0.0.
void SetTemplateFileName (const NXString &templateFileName)
 Sets the template file name
Created in NX6.0.0.
NXString TemplateFileName ()
 Returns the template file name
Created in NX6.0.0.
NXOpen::SelectNXObjectListWeldPoints ()
 Returns the weld points to be exported to CSV file
Created in NX6.0.0.

Detailed Description

Represents a ExportWeldBuilder class
To create a new instance of this class, use Weld::WeldManager::CreateExportWeldBuilder

Created in NX6.0.0.



Member Function Documentation

Returns the connected part attribute toggle to control if read connected part attributes from weld points
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Returns the CSV file name
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Get the connected part attributes of weld points.

Returns:
Connected part attributes string
Created in NX6.0.0.

License requirements : ugweld ("UG WELD")

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

Returns:
Exported attributes string
Created in NX6.0.0.

License requirements : ugweld ("UG WELD")

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

Read attributes from selected welds and save to exported attributes and connected part attributes
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

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

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

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

void NXOpen::Weld::ExportWeldBuilder::SetConnectedPartAttributes ( std::vector< NXString > &  connectedPartAttributes)

Set the connected part attributes of weld points
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Parameters:
connectedPartAttributesConnected part attributes string
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Weld::ExportWeldBuilder::SetConnectedPartAttrToggle ( bool  connectedPartAttrToggle)

Sets the connected part attribute toggle to control if read connected part attributes from weld points
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Parameters:
connectedPartAttrToggleConnected part attribute toggle value

Sets the CSV file name
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Parameters:
csvFileNameCSV file name
void NXOpen::Weld::ExportWeldBuilder::SetExportedAttributes ( std::vector< NXString > &  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
NOTE: The full Unicode character set is not supported for this parameter.

Sets the template file name
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Parameters:
templateFileNameTemplate file name

Returns the template file name
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

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