NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.CAEWeldConnectionBuilder Class Reference

Builder for creating 1D Weld Connection More...

Inheritance diagram for NXOpen.CAE.CAEWeldConnectionBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  MeshDensityTypeEnum { Size, Number }
 the mesh density type enum More...
 
enum  WeldTypeEnum { PointToPointDirect, PointToPointIndirect, PointToPoint3dWeld }
 the type of weld connection to be created More...
 

Public Member Functions

unsafe NXOpen.CAE.CAEWeldConnection CommitWeldconnection ()
 Commits the weld connection More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.SelectTaggedObjectList 
BottomFaceSelection [get]
 Returns the bottom face selection(s) More...
 
unsafe
NXOpen.CAE.ElementTypeBuilder 
ElementType [get]
 Returns the element type to be created More...
 
unsafe
NXOpen.SelectTaggedObjectList 
HardObjSelection [get]
 Returns the hard obj selection More...
 
unsafe NXOpen.Expression MergeNodeTol [get]
 Returns the merge node tol More...
 
unsafe
NXOpen.CAE.CAEWeldConnectionBuilder.MeshDensityTypeEnum 
MeshDensityType [get, set]
 Returns or sets the mesh density type More...
 
unsafe NXOpen.Expression MeshDensityValue [get]
 Returns the mesh density value More...
 
unsafe
NXOpen.SelectTaggedObjectList 
TopFaceSelection [get]
 Returns the top face selection(s) More...
 
unsafe
NXOpen.CAE.CAEWeldConnectionBuilder.WeldTypeEnum 
WeldType [get, set]
 Returns or sets the weld connection type More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
Size 

Size of the each element on the hard object

Number 

Number of elements on the hard object

the type of weld connection to be created

Enumerator
PointToPointDirect 

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

PointToPointIndirect 

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

PointToPoint3dWeld 

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

Member Function Documentation

unsafe NXOpen.CAE.CAEWeldConnection NXOpen.CAE.CAEWeldConnectionBuilder.CommitWeldconnection ( )
inline

Commits the weld connection

Created in NX6.0.0

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

License requirements: nx_masterfem ("Finite Element Modeling")

Returns

Property Documentation

unsafe NXOpen.SelectTaggedObjectList NXOpen.CAE.CAEWeldConnectionBuilder.BottomFaceSelection
get

Returns the bottom face selection(s)

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.CAE.ElementTypeBuilder NXOpen.CAE.CAEWeldConnectionBuilder.ElementType
get

Returns the element type to be created

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectTaggedObjectList NXOpen.CAE.CAEWeldConnectionBuilder.HardObjSelection
get

Returns the hard obj selection

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.CAE.CAEWeldConnectionBuilder.MergeNodeTol
get

Returns the merge node tol

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.CAE.CAEWeldConnectionBuilder.MeshDensityTypeEnum NXOpen.CAE.CAEWeldConnectionBuilder.MeshDensityType
getset

Returns or sets the mesh density type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Expression NXOpen.CAE.CAEWeldConnectionBuilder.MeshDensityValue
get

Returns the mesh density value

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectTaggedObjectList NXOpen.CAE.CAEWeldConnectionBuilder.TopFaceSelection
get

Returns the top face selection(s)

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.CAE.CAEWeldConnectionBuilder.WeldTypeEnum NXOpen.CAE.CAEWeldConnectionBuilder.WeldType
getset

Returns or sets the weld connection type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")


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