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

Builder for creating 1D Weld Connection
To create a new instance of this class, use NXOpen::CAE::CAEConnectionCollection::CreateWeldConnectionBuilder

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::CAE::CAEWeldConnectionBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  MeshDensityTypeEnum { MeshDensityTypeEnumSize, MeshDensityTypeEnumNumber }
 the mesh density type enum More...
 
enum  WeldTypeEnum { WeldTypeEnumPointToPointDirect, WeldTypeEnumPointToPointIndirect, WeldTypeEnumPointToPoint3dWeld }
 the type of weld connection to be created More...
 

Public Member Functions

NXOpen::SelectTaggedObjectListBottomFaceSelection ()
 Returns the bottom face selection(s)
Created in NX6.0.0. More...
 
NXOpen::CAE::CAEWeldConnectionCommitWeldconnection ()
 Commits the weld connection. More...
 
NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type to be created
Created in NX6.0.0. More...
 
NXOpen::SelectTaggedObjectListHardObjSelection ()
 Returns the hard obj selection
Created in NX6.0.0. More...
 
NXOpen::ExpressionMergeNodeTol ()
 Returns the merge node tol
Created in NX6.0.0. More...
 
NXOpen::CAE::CAEWeldConnectionBuilder::MeshDensityTypeEnum MeshDensityType ()
 Returns the mesh density type
Created in NX6.0.0. More...
 
NXOpen::ExpressionMeshDensityValue ()
 Returns the mesh density value
Created in NX6.0.0. More...
 
void SetMeshDensityType (NXOpen::CAE::CAEWeldConnectionBuilder::MeshDensityTypeEnum meshDensityType)
 Sets the mesh density type
Created in NX6.0.0. More...
 
void SetWeldType (NXOpen::CAE::CAEWeldConnectionBuilder::WeldTypeEnum weldType)
 Sets the weld connection type
Created in NX6.0.0. More...
 
NXOpen::SelectTaggedObjectListTopFaceSelection ()
 Returns the top face selection(s)
Created in NX6.0.0. More...
 
NXOpen::CAE::CAEWeldConnectionBuilder::WeldTypeEnum WeldType ()
 Returns the weld connection type
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

Builder for creating 1D Weld Connection
To create a new instance of this class, use NXOpen::CAE::CAEConnectionCollection::CreateWeldConnectionBuilder

Created in NX6.0.0.


Member Enumeration Documentation

the mesh density type enum

Enumerator
MeshDensityTypeEnumSize 

Size of the each element on the hard object.

MeshDensityTypeEnumNumber 

Number of elements on the hard object.

the type of weld connection to be created

Enumerator
WeldTypeEnumPointToPointDirect 

It's a point to point direct weldconnection,mesh points are created during weld connection.

WeldTypeEnumPointToPointIndirect 

It's a point to point in-direct weldconnection,RBE3 elements are created during weld connection.

WeldTypeEnumPointToPoint3dWeld 

It's a point to point in-direct weldconnection,3D elements are created during weld connection.

Member Function Documentation

NXOpen::SelectTaggedObjectList* NXOpen::CAE::CAEWeldConnectionBuilder::BottomFaceSelection ( )

Returns the bottom face selection(s)
Created in NX6.0.0.



License requirements : None

NXOpen::CAE::CAEWeldConnection* NXOpen::CAE::CAEWeldConnectionBuilder::CommitWeldconnection ( )

Commits the weld connection.

Returns

Deprecated:
Deprecated in NX7.5.1. Use Builder::Commit instead.


Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

NXOpen::CAE::ElementTypeBuilder* NXOpen::CAE::CAEWeldConnectionBuilder::ElementType ( )

Returns the element type to be created
Created in NX6.0.0.



License requirements : None

NXOpen::SelectTaggedObjectList* NXOpen::CAE::CAEWeldConnectionBuilder::HardObjSelection ( )

Returns the hard obj selection
Created in NX6.0.0.



License requirements : None

NXOpen::Expression* NXOpen::CAE::CAEWeldConnectionBuilder::MergeNodeTol ( )

Returns the merge node tol
Created in NX6.0.0.



License requirements : None

NXOpen::CAE::CAEWeldConnectionBuilder::MeshDensityTypeEnum NXOpen::CAE::CAEWeldConnectionBuilder::MeshDensityType ( )

Returns the mesh density type
Created in NX6.0.0.



License requirements : None

NXOpen::Expression* NXOpen::CAE::CAEWeldConnectionBuilder::MeshDensityValue ( )

Returns the mesh density value
Created in NX6.0.0.



License requirements : None

void NXOpen::CAE::CAEWeldConnectionBuilder::SetMeshDensityType ( NXOpen::CAE::CAEWeldConnectionBuilder::MeshDensityTypeEnum  meshDensityType)

Sets the mesh density type
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
meshDensityTypemeshdensitytype
void NXOpen::CAE::CAEWeldConnectionBuilder::SetWeldType ( NXOpen::CAE::CAEWeldConnectionBuilder::WeldTypeEnum  weldType)

Sets the weld connection type
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
weldTypeweldtype
NXOpen::SelectTaggedObjectList* NXOpen::CAE::CAEWeldConnectionBuilder::TopFaceSelection ( )

Returns the top face selection(s)
Created in NX6.0.0.



License requirements : None

NXOpen::CAE::CAEWeldConnectionBuilder::WeldTypeEnum NXOpen::CAE::CAEWeldConnectionBuilder::WeldType ( )

Returns the weld connection type
Created in NX6.0.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.