NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.CAE.ElementConnectivityBuilder Class Reference

Represents a NXOpen.CAE.ElementConnectivityBuilder More...

Inheritance diagram for NXOpen.CAE.ElementConnectivityBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Methods { ReplaceNode, SwapEnds, ModifyLegs }
 Available modify connectivity methods More...
 
enum  Types { SingleElement, AllElementsAttachedToNode }
 Modify connectivity types More...
 

Properties

unsafe bool DeleteOrphan [get, set]
 Returns or sets the delete orphan node flag, telling whether orphan nodes will be deleted More...
 
unsafe
NXOpen.CAE.SelectElementsBuilder 
Element [get]
 Returns a selected element whose connectivity is to be modified. More...
 
unsafe NXOpen.CAE.SelectFENode InNode [get]
 Returns the in node which will replace More...
 
unsafe
NXOpen.CAE.ElementConnectivityBuilder.Methods 
Method [get, set]
 Returns or sets an element modification method. More...
 
unsafe NXOpen.CAE.SelectFENode OutNode [get]
 Returns the out node which will be replaced More...
 
unsafe NXOpen.CAE.SelectFENodeList SpiderLegNodes [get]
 Returns the spider element leg nodes. More...
 
unsafe
NXOpen.CAE.ElementConnectivityBuilder.Types 
Type [get, set]
 Returns or sets a type which indicates whether connectivity is to be modfied for selected element or all attached elements. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
ReplaceNode 

Replace a node of an element by another one

SwapEnds 

Swap the nodes of a 2-noded element

ModifyLegs 

Add or delete leg nodes of spider element

Modify connectivity types

Enumerator
SingleElement 

Modify connectivity of selected element.

AllElementsAttachedToNode 

Modify connectivities of all attached elements to nodes.

Property Documentation

unsafe bool NXOpen.CAE.ElementConnectivityBuilder.DeleteOrphan
getset

Returns or sets the delete orphan node flag, telling whether orphan nodes will be deleted

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.SelectElementsBuilder NXOpen.CAE.ElementConnectivityBuilder.Element
get

Returns a selected element whose connectivity is to be modified.

Created in NX7.5.2

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.SelectFENode NXOpen.CAE.ElementConnectivityBuilder.InNode
get

Returns the in node which will replace

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.CAE.ElementConnectivityBuilder.Methods NXOpen.CAE.ElementConnectivityBuilder.Method
getset

Returns or sets an element modification method.

Created in NX7.5.2

License requirements to get this property: nx_masterfem ("Finite Element Modeling")

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.SelectFENode NXOpen.CAE.ElementConnectivityBuilder.OutNode
get

Returns the out node which will be replaced

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.CAE.SelectFENodeList NXOpen.CAE.ElementConnectivityBuilder.SpiderLegNodes
get

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

unsafe NXOpen.CAE.ElementConnectivityBuilder.Types NXOpen.CAE.ElementConnectivityBuilder.Type
getset

Returns or 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 to get this property: nx_masterfem ("Finite Element Modeling")

License requirements to set this property: nx_masterfem ("Finite Element Modeling")


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