NX Open C++ Reference Guide
|
Represents a CAE::ElementConnectivityBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementConnectivityBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | Methods { MethodsReplaceNode, MethodsSwapEnds, MethodsModifyLegs } |
Available modify connectivity methods. More... | |
enum | Types { TypesSingleElement, TypesAllElementsAttachedToNode } |
Modify connectivity types. More... | |
Public Member Functions | |
bool | DeleteOrphan () |
Returns the delete orphan node flag, telling whether orphan nodes will be deleted Created in NX5.0.0. | |
NXOpen::CAE::SelectElementsBuilder * | Element () |
Returns a selected element whose connectivity is to be modified. | |
NXOpen::CAE::SelectFENode * | InNode () |
Returns the in node which will replace Created in NX5.0.0. | |
NXOpen::CAE::ElementConnectivityBuilder::Methods | Method () |
Returns an element modification method. | |
NXOpen::CAE::SelectFENode * | OutNode () |
Returns the out node which will be replaced Created in NX5.0.0. | |
void | SetDeleteOrphan (bool deleteOrphan) |
Sets the delete orphan node flag, telling whether orphan nodes will be deleted Created in NX5.0.0. | |
void | SetMethod (NXOpen::CAE::ElementConnectivityBuilder::Methods method) |
Sets an element modification method. | |
void | SetType (NXOpen::CAE::ElementConnectivityBuilder::Types type) |
Sets a type which indicates whether connectivity is to be modfied for selected element or all attached elements. | |
NXOpen::CAE::SelectFENodeList * | SpiderLegNodes () |
Returns the spider element leg nodes. | |
NXOpen::CAE::ElementConnectivityBuilder::Types | Type () |
Returns a type which indicates whether connectivity is to be modfied for selected element or all attached elements. |
Represents a CAE::ElementConnectivityBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementConnectivityBuilder
Created in NX5.0.0.
Returns the delete orphan node flag, telling whether orphan nodes will be deleted
Created in NX5.0.0.
License requirements : None
Returns a selected element whose connectivity is to be modified.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
Returns the in node which will replace
Created in NX5.0.0.
License requirements : None
NXOpen::CAE::ElementConnectivityBuilder::Methods NXOpen::CAE::ElementConnectivityBuilder::Method | ( | ) |
Returns an element modification method.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
Returns the out node which will be replaced
Created in NX5.0.0.
License requirements : None
void NXOpen::CAE::ElementConnectivityBuilder::SetDeleteOrphan | ( | bool | deleteOrphan | ) |
Sets the delete orphan node flag, telling whether orphan nodes will be deleted
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
deleteOrphan | deleteorphan |
void NXOpen::CAE::ElementConnectivityBuilder::SetMethod | ( | NXOpen::CAE::ElementConnectivityBuilder::Methods | method | ) |
Sets an element modification method.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
method | method |
void NXOpen::CAE::ElementConnectivityBuilder::SetType | ( | NXOpen::CAE::ElementConnectivityBuilder::Types | type | ) |
Sets a type which indicates whether connectivity is to be modfied for selected element or all attached elements.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
type | type |
Returns the spider element leg nodes.
To delete a leg node, the node should be removed from the list and to add a new leg node, the node is added in the list.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
Returns a type which indicates whether connectivity is to be modfied for selected element or all attached elements.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")