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. | |
![]() | |
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. | |
Represents a CAE::ElementConnectivityBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateElementConnectivityBuilder
Created in NX5.0.0.
bool NXOpen::CAE::ElementConnectivityBuilder::DeleteOrphan | ( | ) |
Returns the delete orphan node flag, telling whether orphan nodes will be deleted
Created in NX5.0.0.
License requirements : None
NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::ElementConnectivityBuilder::Element | ( | ) |
Returns a selected element whose connectivity is to be modified.
Created in NX7.5.2.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::SelectFENode* NXOpen::CAE::ElementConnectivityBuilder::InNode | ( | ) |
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")
NXOpen::CAE::SelectFENode* NXOpen::CAE::ElementConnectivityBuilder::OutNode | ( | ) |
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 |
NXOpen::CAE::SelectFENodeList* NXOpen::CAE::ElementConnectivityBuilder::SpiderLegNodes | ( | ) |
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")
NXOpen::CAE::ElementConnectivityBuilder::Types NXOpen::CAE::ElementConnectivityBuilder::Type | ( | ) |
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")