NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAE::CAEConnectionBuilder Class Reference

Builder for creating Connection Recipes
To create a new instance of this class, use CAE::CAEConnectionCollection::CreateConnectionBuilder

Created in NX6.0.0. More...

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

List of all members.

Public Types

enum  ConnectionTypeEnum {
  ConnectionTypeEnumNodeToNode, ConnectionTypeEnumElemedgeToElemface, ConnectionTypeEnumPointToPoint, ConnectionTypeEnumPointToEdge,
  ConnectionTypeEnumPointToFace, ConnectionTypeEnumEdgeToEdge, ConnectionTypeEnumEdgeToFace
}
 the type of connection to be created More...
enum  MethodTypeEnum {
  MethodTypeEnumProximity, MethodTypeEnumOrderOfSelection, MethodTypeEnumMeanVector, MethodTypeEnumSortXcoord,
  MethodTypeEnumSortYcoord, MethodTypeEnumSortZcoord, MethodTypeEnumRbe3ToEdgeNodes, MethodTypeEnumRbe3ToFaceNodes
}
 the method of connection to be created More...

Public Member Functions

NXOpen::CAE::CAEConnectionCommitConnection ()
 Commit the connection.
double EdgeTolerance ()
 Returns the option to tune edge tolerance.
NXOpen::CAE::SelectElementsBuilderElementEdge ()
 Returns the selected element edge(s)
Created in NX6.0.0.
NXOpen::CAE::SelectElementsBuilderElementFace ()
 Returns the selected element face(s)
Created in NX6.0.0.
NXOpen::CAE::ElementTypeBuilderElementType ()
 Returns the element type to be created
Created in NX6.0.0.
NXOpen::CAE::ElementTypeBuilderElementTypeRbe3 ()
 Returns the element type to be created
Created in NX6.0.1.
int Label ()
 Returns the labeling of elements
Created in NX6.0.0.
void MeshDensity ()
 The mesh density setting
Created in NX6.0.0.
NXOpen::CAE::CAEConnectionBuilder::MethodTypeEnum MethodType ()
 Returns the method type for point-point or node-node connections
Created in NX6.0.0.
bool MidNode ()
 Returns the mid node option
Created in NX6.0.0.
void SetEdgeTolerance (double edgeTolerance)
 Sets the option to tune edge tolerance.
void SetLabel (int label)
 Sets the labeling of elements
Created in NX6.0.0.
void SetMethodType (NXOpen::CAE::CAEConnectionBuilder::MethodTypeEnum methodType)
 Sets the method type for point-point or node-node connections
Created in NX6.0.0.
void SetMidNode (bool midNode)
 Sets the mid node option
Created in NX6.0.0.
void SetType (NXOpen::CAE::CAEConnectionBuilder::ConnectionTypeEnum connectionType)
 Sets the connection type
Created in NX6.0.0.
NXOpen::CAE::SelectFENodeListSourceNodes ()
 Returns the source Node(s)
Created in NX6.0.0.
NXOpen::SelectTaggedObjectListSourceSelection ()
 Returns the selected source object(s)
Created in NX6.0.0.
NXOpen::CAE::SelectFENodeListTargetNodes ()
 Returns the target Node(s)
Created in NX6.0.0.
NXOpen::SelectTaggedObjectListTargetSelection ()
 Returns the selected target object(s)
Created in NX6.0.0.
NXOpen::CAE::CAEConnectionBuilder::ConnectionTypeEnum Type ()
 Returns the connection type
Created in NX6.0.0.

Detailed Description

Builder for creating Connection Recipes
To create a new instance of this class, use CAE::CAEConnectionCollection::CreateConnectionBuilder

Created in NX6.0.0.



Member Enumeration Documentation

the type of connection to be created

Enumerator:
ConnectionTypeEnumNodeToNode 

between nodes

ConnectionTypeEnumElemedgeToElemface 

between element edges and faces

ConnectionTypeEnumPointToPoint 

between points

ConnectionTypeEnumPointToEdge 

between points and edges

ConnectionTypeEnumPointToFace 

between points and faces

ConnectionTypeEnumEdgeToEdge 

between edges

ConnectionTypeEnumEdgeToFace 

between edges and faces

the method of connection to be created

Enumerator:
MethodTypeEnumProximity 

Based on proximity.

MethodTypeEnumOrderOfSelection 

In order of selection.

MethodTypeEnumMeanVector 

Based on Mean Vector.

MethodTypeEnumSortXcoord 

Based on sorted X coordinates.

MethodTypeEnumSortYcoord 

Based on sorted Y coordinates.

MethodTypeEnumSortZcoord 

Based on sorted Z coordinates.

MethodTypeEnumRbe3ToEdgeNodes 

Create spider element using projected node and edge nodes.

MethodTypeEnumRbe3ToFaceNodes 

Create spider element using projected node and adjacent face nodes.


Member Function Documentation

Commit the connection.

Returns:

Deprecated:
Deprecated in NX7.5.1.


Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Returns the option to tune edge tolerance.


Created in NX8.0.1.

License requirements : None

Returns the selected element edge(s)
Created in NX6.0.0.



License requirements : None

Returns the selected element face(s)
Created in NX6.0.0.



License requirements : None

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



License requirements : None

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



License requirements : None

Returns the labeling of elements
Created in NX6.0.0.



License requirements : None

The mesh density setting
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Returns the method type for point-point or node-node connections
Created in NX6.0.0.



License requirements : None

Returns the mid node option
Created in NX6.0.0.



License requirements : None

Sets the option to tune edge tolerance.


Created in NX8.0.1.

License requirements : None

Parameters:
edgeToleranceedgetolerance

Sets the labeling of elements
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
labellabel

Sets the method type for point-point or node-node connections
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
methodTypemethodtype

Sets the mid node option
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
midNodemidnode

Sets the connection type
Created in NX6.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
connectionTypeconnectiontype

Returns the source Node(s)
Created in NX6.0.0.



License requirements : None

Returns the selected source object(s)
Created in NX6.0.0.



License requirements : None

Returns the target Node(s)
Created in NX6.0.0.



License requirements : None

Returns the selected target object(s)
Created in NX6.0.0.



License requirements : None

Returns the connection type
Created in NX6.0.0.



License requirements : None


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