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

Represents exporting weld joints. More...

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

Public Member Functions

NXOpen::ExpressionChordalTolerance ()
 Returns the minimum chordal length used to create a discrete version of the weld path, points along it will be output into xml file to represent the weld path
Created in NX8.5.0. More...
 
bool OutputFilletFaceInfo ()
 Returns the indication to output face normals at each point if leg lengths are defined. More...
 
void SetOutputFilletFaceInfo (bool status)
 Sets the indication to output face normals at each point if leg lengths are defined. More...
 
void SetWorkCoordinateSystem (NXOpen::CoordinateSystem *coordSystem)
 Sets the local coordinate system used to calculate the output points on welding joint. More...
 
NXOpen::CoordinateSystemWorkCoordinateSystem ()
 Returns the local coordinate system used to calculate the output points on welding joint. More...
 
- Public Member Functions inherited from NXOpen::Weld::ExportWeldBuilder
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...
 

Additional Inherited Members

- Public Types inherited from NXOpen::Weld::ExportWeldBuilder
enum  AttributeOriginType { AttributeOriginTypeObject, AttributeOriginTypeDf }
 the Attribute Origin enum More...
 
enum  OutputType { OutputTypeIntermediateFile, OutputTypeInformationWindow }
 the Output Type enum More...
 

Detailed Description

Represents exporting weld joints.


To create a new instance of this class, use NXOpen::Weld::WeldManager::CreateExportWeldJointBuilder
Default values.

Property Value

AttributeOrigin

Object

ChordalTolerance.Value

2.54 (millimeters part), 0.1 (inches part)

Output

IntermediateFile


Created in NX8.5.0.

Member Function Documentation

NXOpen::Expression* NXOpen::Weld::ExportWeldJointBuilder::ChordalTolerance ( )

Returns the minimum chordal length used to create a discrete version of the weld path, points along it will be output into xml file to represent the weld path
Created in NX8.5.0.



License requirements : None

bool NXOpen::Weld::ExportWeldJointBuilder::OutputFilletFaceInfo ( )

Returns the indication to output face normals at each point if leg lengths are defined.

Will also output a separate record if leg lengths are defined for the opposite side
Created in NX11.0.0.

License requirements : None

void NXOpen::Weld::ExportWeldJointBuilder::SetOutputFilletFaceInfo ( bool  status)

Sets the indication to output face normals at each point if leg lengths are defined.

Will also output a separate record if leg lengths are defined for the opposite side
Created in NX11.0.0.

License requirements : structure_weld ("STRUCTURE WELD")

Parameters
statusstatus
void NXOpen::Weld::ExportWeldJointBuilder::SetWorkCoordinateSystem ( NXOpen::CoordinateSystem coordSystem)

Sets the local coordinate system used to calculate the output points on welding joint.

If no coordinate system is provided, the points will be calculated in terms of the global coordinate system.
Created in NX8.5.0.

License requirements : structure_weld ("STRUCTURE WELD")

Parameters
coordSystemcoordsystem
NXOpen::CoordinateSystem* NXOpen::Weld::ExportWeldJointBuilder::WorkCoordinateSystem ( )

Returns the local coordinate system used to calculate the output points on welding joint.

If no coordinate system is provided, the points will be calculated in terms of the global coordinate system.
Created in NX8.5.0.

License requirements : None


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