NX Open C++ Reference Guide
|
Represents a ExportWeldBuilder class
To create a new instance of this class, use Weld::WeldManager::CreateExportWeldBuilder
Created in NX6.0.0.
More...
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< NXString > | GetConnectedPartAttributes () |
Get the connected part attributes of weld points. | |
std::vector< NXString > | GetExportedAttributes () |
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::SelectNXObjectList * | WeldPoints () |
Returns the weld points to be exported to CSV file Created in NX6.0.0. |
Represents a ExportWeldBuilder class
To create a new instance of this class, use Weld::WeldManager::CreateExportWeldBuilder
Created in NX6.0.0.
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")
std::vector<NXString> NXOpen::Weld::ExportWeldBuilder::GetConnectedPartAttributes | ( | ) |
Get the connected part attributes of weld points.
std::vector<NXString> NXOpen::Weld::ExportWeldBuilder::GetExportedAttributes | ( | ) |
Get the attributes of weld points to be exported to CSV file.
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")
connectedPartAttributes | Connected 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")
connectedPartAttrToggle | Connected part attribute toggle value |
void NXOpen::Weld::ExportWeldBuilder::SetCsvFileName | ( | const NXString & | csvFileName | ) |
Sets the CSV file name
Created in NX6.0.0.
License requirements : ugweld ("UG WELD")
csvFileName | CSV 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")
exportedAttributes | Exported attributes string NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Weld::ExportWeldBuilder::SetTemplateFileName | ( | const NXString & | templateFileName | ) |
Sets the template file name
Created in NX6.0.0.
License requirements : ugweld ("UG WELD")
templateFileName | Template 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")