NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::ElementConnectivityBuilder Class Reference

Represents a NXOpen::CAE::ElementConnectivityBuilder
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateElementConnectivityBuilder

Created in NX5.0.0. More...

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

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. More...
 
NXOpen::CAE::SelectElementsBuilderElement ()
 Returns a selected element whose connectivity is to be modified. More...
 
NXOpen::CAE::SelectFENodeInNode ()
 Returns the in node which will replace
Created in NX5.0.0. More...
 
NXOpen::CAE::ElementConnectivityBuilder::Methods Method ()
 Returns an element modification method. More...
 
NXOpen::CAE::SelectFENodeOutNode ()
 Returns the out node which will be replaced
Created in NX5.0.0. More...
 
void SetDeleteOrphan (bool deleteOrphan)
 Sets the delete orphan node flag, telling whether orphan nodes will be deleted
Created in NX5.0.0. More...
 
void SetMethod (NXOpen::CAE::ElementConnectivityBuilder::Methods method)
 Sets an element modification method. More...
 
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. More...
 
NXOpen::CAE::SelectFENodeListSpiderLegNodes ()
 Returns the spider element leg nodes. More...
 
NXOpen::CAE::ElementConnectivityBuilder::Types Type ()
 Returns a type which indicates whether connectivity is to be modfied for selected element or all attached elements. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::ElementConnectivityBuilder
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateElementConnectivityBuilder

Created in NX5.0.0.


Member Enumeration Documentation

Available modify connectivity methods.

Enumerator
MethodsReplaceNode 

Replace a node of an element by another one.

MethodsSwapEnds 

Swap the nodes of a 2-noded element.

MethodsModifyLegs 

Add or delete leg nodes of spider element.

Modify connectivity types.

Enumerator
TypesSingleElement 

Modify connectivity of selected element.

TypesAllElementsAttachedToNode 

Modify connectivities of all attached elements to nodes.

Member Function Documentation

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")

Parameters
deleteOrphandeleteorphan
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")

Parameters
methodmethod
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")

Parameters
typetype
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")


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