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 | EdgeToEdgeConnectionMethodTypeEnum { EdgeToEdgeConnectionMethodTypeEnumNodeToNode, EdgeToEdgeConnectionMethodTypeEnumRbe2Rbe3ToElementEdge, EdgeToEdgeConnectionMethodTypeEnumRbe2Rbe3ToElementFace } |
the method of edge to edge 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. | |
NXOpen::CAE::CAEConnectionBuilder::EdgeToEdgeConnectionMethodTypeEnum | EdgeToEdgeConnectionMethodType () |
Returns the method type for edge-to-edge connection Created in NX8.5.0. | |
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 | SetEdgeToEdgeConnectionMethodType (NXOpen::CAE::CAEConnectionBuilder::EdgeToEdgeConnectionMethodTypeEnum edgeToEdgeConnectionMethodType) |
Sets the method type for edge-to-edge connection Created in NX8.5.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. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
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 edge to edge connection to be created
the method of connection to be created
NXOpen::CAE::CAEConnection* NXOpen::CAE::CAEConnectionBuilder::CommitConnection | ( | ) |
Commit the connection.
@return
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::CAEConnectionBuilder::EdgeToEdgeConnectionMethodTypeEnum NXOpen::CAE::CAEConnectionBuilder::EdgeToEdgeConnectionMethodType | ( | ) |
Returns the method type for edge-to-edge connection
Created in NX8.5.0.
License requirements : None
double NXOpen::CAE::CAEConnectionBuilder::EdgeTolerance | ( | ) |
Returns the option to tune edge tolerance.
Created in NX8.0.1.
License requirements : None
NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::CAEConnectionBuilder::ElementEdge | ( | ) |
Returns the selected element edge(s)
Created in NX6.0.0.
License requirements : None
NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::CAEConnectionBuilder::ElementFace | ( | ) |
Returns the selected element face(s)
Created in NX6.0.0.
License requirements : None
NXOpen::CAE::ElementTypeBuilder* NXOpen::CAE::CAEConnectionBuilder::ElementType | ( | ) |
Returns the element type to be created
Created in NX6.0.0.
License requirements : None
NXOpen::CAE::ElementTypeBuilder* NXOpen::CAE::CAEConnectionBuilder::ElementTypeRbe3 | ( | ) |
Returns the element type to be created
Created in NX6.0.1.
License requirements : None
int NXOpen::CAE::CAEConnectionBuilder::Label | ( | ) |
Returns the labeling of elements
Created in NX6.0.0.
License requirements : None
void NXOpen::CAE::CAEConnectionBuilder::MeshDensity | ( | ) |
The mesh density setting
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::CAEConnectionBuilder::MethodTypeEnum NXOpen::CAE::CAEConnectionBuilder::MethodType | ( | ) |
Returns the method type for point-point or node-node connections
Created in NX6.0.0.
License requirements : None
bool NXOpen::CAE::CAEConnectionBuilder::MidNode | ( | ) |
Returns the mid node option
Created in NX6.0.0.
License requirements : None
void NXOpen::CAE::CAEConnectionBuilder::SetEdgeToEdgeConnectionMethodType | ( | NXOpen::CAE::CAEConnectionBuilder::EdgeToEdgeConnectionMethodTypeEnum | edgeToEdgeConnectionMethodType | ) |
Sets the method type for edge-to-edge connection
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
edgeToEdgeConnectionMethodType | edgetoedgeconnectionmethodtype |
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 |
NXOpen::CAE::SelectFENodeList* NXOpen::CAE::CAEConnectionBuilder::SourceNodes | ( | ) |
Returns the source Node(s)
Created in NX6.0.0.
License requirements : None
NXOpen::SelectTaggedObjectList* NXOpen::CAE::CAEConnectionBuilder::SourceSelection | ( | ) |
Returns the selected source object(s)
Created in NX6.0.0.
License requirements : None
NXOpen::CAE::SelectFENodeList* NXOpen::CAE::CAEConnectionBuilder::TargetNodes | ( | ) |
Returns the target Node(s)
Created in NX6.0.0.
License requirements : None
NXOpen::SelectTaggedObjectList* NXOpen::CAE::CAEConnectionBuilder::TargetSelection | ( | ) |
Returns the selected target object(s)
Created in NX6.0.0.
License requirements : None
NXOpen::CAE::CAEConnectionBuilder::ConnectionTypeEnum NXOpen::CAE::CAEConnectionBuilder::Type | ( | ) |
Returns the connection type
Created in NX6.0.0.
License requirements : None