NX Open C++ Reference Guide
|
Builder for creating Connection Recipes
To create a new instance of this class, use CAE::CAEConnectionCollection::CreateConnectionBuilder
Created in NX6.0.0.
More...
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::CAEConnection * | CommitConnection () |
Commit the connection. | |
double | EdgeTolerance () |
Returns the option to tune edge tolerance. | |
NXOpen::CAE::SelectElementsBuilder * | ElementEdge () |
Returns the selected element edge(s) Created in NX6.0.0. | |
NXOpen::CAE::SelectElementsBuilder * | ElementFace () |
Returns the selected element face(s) Created in NX6.0.0. | |
NXOpen::CAE::ElementTypeBuilder * | ElementType () |
Returns the element type to be created Created in NX6.0.0. | |
NXOpen::CAE::ElementTypeBuilder * | ElementTypeRbe3 () |
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::SelectFENodeList * | SourceNodes () |
Returns the source Node(s) Created in NX6.0.0. | |
NXOpen::SelectTaggedObjectList * | SourceSelection () |
Returns the selected source object(s) Created in NX6.0.0. | |
NXOpen::CAE::SelectFENodeList * | TargetNodes () |
Returns the target Node(s) Created in NX6.0.0. | |
NXOpen::SelectTaggedObjectList * | TargetSelection () |
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. |
Builder for creating Connection Recipes
To create a new instance of this class, use CAE::CAEConnectionCollection::CreateConnectionBuilder
Created in NX6.0.0.
the type of connection to be created
the method of connection to be created
Commit the connection.
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
void NXOpen::CAE::CAEConnectionBuilder::SetEdgeTolerance | ( | double | edgeTolerance | ) |
Sets the option to tune edge tolerance.
Created in NX8.0.1.
License requirements : None
edgeTolerance | edgetolerance |
void NXOpen::CAE::CAEConnectionBuilder::SetLabel | ( | int | label | ) |
Sets the labeling of elements
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
label | label |
void NXOpen::CAE::CAEConnectionBuilder::SetMethodType | ( | NXOpen::CAE::CAEConnectionBuilder::MethodTypeEnum | methodType | ) |
Sets the method type for point-point or node-node connections
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
methodType | methodtype |
void NXOpen::CAE::CAEConnectionBuilder::SetMidNode | ( | bool | midNode | ) |
Sets the mid node option
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
midNode | midnode |
void NXOpen::CAE::CAEConnectionBuilder::SetType | ( | NXOpen::CAE::CAEConnectionBuilder::ConnectionTypeEnum | connectionType | ) |
Sets the connection type
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
connectionType | connectiontype |
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