NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Weld::ExportWeldBuilder Class Reference

Represents a ExportWeldBuilder class
To create a new instance of this class, use NXOpen::Weld::WeldManager::CreateExportWeldBuilder
Default values. More...

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

Public Types

enum  AttributeOriginType { AttributeOriginTypeObject, AttributeOriginTypeDf }
 the Attribute Origin enum More...
 
enum  OutputType { OutputTypeIntermediateFile, OutputTypeInformationWindow }
 the Output Type enum More...
 

Public Member Functions

NXOpen::Weld::ExportWeldBuilder::AttributeOriginType AttributeOrigin ()
 Returns the option indicating where the attributes are read from, welding object or corresponding Design Feature. More...
 
bool ConnectedPartAttrToggle ()
 Returns the connected part attribute toggle to control if read connected part attributes from weld points
Created in NX6.0.0. More...
 
NXString CsvFileName ()
 Returns the CSV file name
Created in NX6.0.0. More...
 
std::vector< NXStringGetConnectedPartAttributes ()
 Get the connected part attributes of weld points. More...
 
std::vector< NXStringGetExportedAttributes ()
 Get the attributes of weld points to be exported to CSV file. More...
 
void OpenFromFile ()
 Open a template file to update exported attributes. More...
 
NXOpen::Weld::ExportWeldBuilder::OutputType Output ()
 Returns the option defining where to write the output data. More...
 
void ReadAttributesFromWelds ()
 Read attributes from selected welds and save to exported attributes and connected part attributes
Created in NX6.0.0. More...
 
void RestoreDefault ()
 Restore default template to update exported attributes. More...
 
void SaveAsDefault ()
 Save exported attributes as default template. More...
 
void SaveToFile ()
 Save exported attributes to a template file. More...
 
void SetAttributeOrigin (NXOpen::Weld::ExportWeldBuilder::AttributeOriginType attributeOrigin)
 Sets the option indicating where the attributes are read from, welding object or corresponding Design Feature. More...
 
void SetConnectedPartAttributes (std::vector< NXString > &connectedPartAttributes)
 Set the connected part attributes of weld points
Created in NX6.0.0. More...
 
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. More...
 
void SetCsvFileName (const NXString &csvFileName)
 Sets the CSV file name
Created in NX6.0.0. More...
 
void SetCsvFileName (const char *csvFileName)
 Sets the CSV file name
Created in NX6.0.0. More...
 
void SetExportedAttributes (std::vector< NXString > &exportedAttributes)
 Set the attributes of weld points to be exported to CSV file
Created in NX6.0.0. More...
 
void SetOutput (NXOpen::Weld::ExportWeldBuilder::OutputType outputType)
 Sets the option defining where to write the output data. More...
 
void SetTemplateFileName (const NXString &templateFileName)
 Sets the template file name
Created in NX6.0.0. More...
 
void SetTemplateFileName (const char *templateFileName)
 Sets the template file name
Created in NX6.0.0. More...
 
NXString TemplateFileName ()
 Returns the template file name
Created in NX6.0.0. More...
 
NXOpen::SelectNXObjectListWeldPoints ()
 Returns the weld points to be exported to CSV file
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. 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
AttributeOriginTypeObject 

object

AttributeOriginTypeDf 

df

the Output Type enum

Enumerator
OutputTypeIntermediateFile 

intermediate file

OutputTypeInformationWindow 

information window

Member Function Documentation

NXOpen::Weld::ExportWeldBuilder::AttributeOriginType NXOpen::Weld::ExportWeldBuilder::AttributeOrigin ( )

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


Created in NX10.0.0.

License requirements : ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

bool NXOpen::Weld::ExportWeldBuilder::ConnectedPartAttrToggle ( )

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

NXString NXOpen::Weld::ExportWeldBuilder::CsvFileName ( )

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.

Returns
Connected part attributes string
Created in NX6.0.0.

License requirements : ugweld ("UG WELD")
std::vector<NXString> NXOpen::Weld::ExportWeldBuilder::GetExportedAttributes ( )

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

NXOpen::Weld::ExportWeldBuilder::OutputType NXOpen::Weld::ExportWeldBuilder::Output ( )

Returns 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 : ugweld ("UG WELD")

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

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

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

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

void NXOpen::Weld::ExportWeldBuilder::SetAttributeOrigin ( NXOpen::Weld::ExportWeldBuilder::AttributeOriginType  attributeOrigin)

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


Created in NX10.0.0.

License requirements : ugweld ("UG WELD") OR structure_weld ("STRUCTURE WELD")

Parameters
attributeOriginattributeorigin
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
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
void NXOpen::Weld::ExportWeldBuilder::SetCsvFileName ( const NXString csvFileName)

Sets the CSV file name
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Parameters
csvFileNameCSV file name
void NXOpen::Weld::ExportWeldBuilder::SetCsvFileName ( const char *  csvFileName)

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
void NXOpen::Weld::ExportWeldBuilder::SetOutput ( NXOpen::Weld::ExportWeldBuilder::OutputType  outputType)

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 : ugweld ("UG WELD")

Parameters
outputTypeoutputtype
void NXOpen::Weld::ExportWeldBuilder::SetTemplateFileName ( const NXString templateFileName)

Sets the template file name
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Parameters
templateFileNameTemplate file name
void NXOpen::Weld::ExportWeldBuilder::SetTemplateFileName ( const char *  templateFileName)

Sets the template file name
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

Parameters
templateFileNameTemplate file name
NXString NXOpen::Weld::ExportWeldBuilder::TemplateFileName ( )

Returns the template file name
Created in NX6.0.0.



License requirements : ugweld ("UG WELD")

NXOpen::SelectNXObjectList* NXOpen::Weld::ExportWeldBuilder::WeldPoints ( )

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.