NXOpen .NET Reference  12.0.0
Properties | 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.GeometricUtilities.IComponentBuilder

Properties

unsafe NXOpen.Expression ChordalTolerance [get]
 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 More...
 
unsafe bool OutputFilletFaceInfo [get, set]
 Returns or sets the indication to output face normals at each point if leg lengths are defined. More...
 
unsafe NXOpen.CoordinateSystem WorkCoordinateSystem [get, set]
 Returns or sets the local coordinate system used to calculate the output points on welding joint. More...
 
- Properties inherited from NXOpen.Weld.ExportWeldBuilder
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...
 

Additional Inherited Members

- Public Types inherited from NXOpen.Weld.ExportWeldBuilder
enum  AttributeOriginType { Object, Df }
 the Attribute Origin enum More...
 
enum  OutputType { IntermediateFile, InformationWindow }
 the Output Type enum More...
 
- Public Member Functions inherited from NXOpen.Weld.ExportWeldBuilder
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...
 

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

Property Documentation

unsafe NXOpen.Expression NXOpen.Weld.ExportWeldJointBuilder.ChordalTolerance
get

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.

unsafe bool NXOpen.Weld.ExportWeldJointBuilder.OutputFilletFaceInfo
getset

Returns or 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 to get this property: None.

License requirements to set this property: structure_weld ("STRUCTURE WELD")

unsafe NXOpen.CoordinateSystem NXOpen.Weld.ExportWeldJointBuilder.WorkCoordinateSystem
getset

Returns or 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 to get this property: None.

License requirements to set this property: structure_weld ("STRUCTURE WELD")


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