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

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

Created in NX5.0.0. More...

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

List of all members.

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::SelectElementsBuilderElement ()
 Returns a selected element whose connectivity is to be modified.
NXOpen::CAE::SelectFENodeInNode ()
 Returns the in node which will replace
Created in NX5.0.0.
NXOpen::CAE::ElementConnectivityBuilder::Methods Method ()
 Returns an element modification method.
NXOpen::CAE::SelectFENodeOutNode ()
 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::SelectFENodeListSpiderLegNodes ()
 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.

Detailed Description

Represents a CAE::ElementConnectivityBuilder
To create a new instance of this class, use 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

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

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

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

Sets an element modification method.


Created in NX7.5.2.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
methodmethod

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

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


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