NodeElementInfoBuilder Class¶
-
class
NXOpen.CAE.NodeElementInfoBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.NodeElementInfoBuilderTo create a new instance of this class, use
NXOpen.CAE.NodeElementInfoManager.CreateNodeElementInfoBuilder()New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| Coordinates | Returns or sets the coordinates |
| Csys | Returns or sets the displacement/reference csys |
| Element | Returns the selected elements |
| ElementConnectivity | Returns or sets the element connectivity |
| ElementQuality | Returns or sets the element quality |
| ElementType | Returns or sets the element type |
| EntityOption | Returns or sets the entity option |
| FormatOption | Returns or sets the format option |
| Mesh | Returns or sets the owning mesh |
| MeshCollector | Returns or sets the mesh collector |
| Node | Returns the selected node |
| NodeConnectivity | Returns or sets the node connectivity |
| PropertyOption | Returns or sets the property option, none, short or detailed |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetObject | Returns the object currently being edited by this builder. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| NodeElementInfoBuilderEntityType Enumeration | Option to Info on Node or Element |
| NodeElementInfoBuilderFormatType Enumeration | Output format option |
| NodeElementInfoBuilderPropertyType Enumeration | Element property option |
Property Detail¶
Coordinates¶
-
NodeElementInfoBuilder.Coordinates¶ Returns or sets the coordinates
-------------------------------------Getter Method
Signature
CoordinatesReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CoordinatesParameters: coord (bool) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Csys¶
-
NodeElementInfoBuilder.Csys¶ Returns or sets the displacement/reference csys
-------------------------------------Getter Method
Signature
CsysReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CsysParameters: csys (bool) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Element¶
-
NodeElementInfoBuilder.Element¶ Returns the selected elements
-------------------------------------Getter Method
Signature
ElementReturns: Return type: NXOpen.CAE.SelectElementsBuilderNew in version NX5.0.0.
License requirements: None.
ElementConnectivity¶
-
NodeElementInfoBuilder.ElementConnectivity¶ Returns or sets the element connectivity
-------------------------------------Getter Method
Signature
ElementConnectivityReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ElementConnectivityParameters: elementConnectivity (bool) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElementQuality¶
-
NodeElementInfoBuilder.ElementQuality¶ Returns or sets the element quality
-------------------------------------Getter Method
Signature
ElementQualityReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ElementQualityParameters: elementQuality (bool) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
ElementType¶
-
NodeElementInfoBuilder.ElementType¶ Returns or sets the element type
-------------------------------------Getter Method
Signature
ElementTypeReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ElementTypeParameters: elementType (bool) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
EntityOption¶
-
NodeElementInfoBuilder.EntityOption¶ Returns or sets the entity option
-------------------------------------Getter Method
Signature
EntityOptionReturns: Return type: NXOpen.CAE.NodeElementInfoBuilderEntityTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EntityOptionParameters: entityOption ( NXOpen.CAE.NodeElementInfoBuilderEntityType) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
FormatOption¶
-
NodeElementInfoBuilder.FormatOption¶ Returns or sets the format option
-------------------------------------Getter Method
Signature
FormatOptionReturns: Return type: NXOpen.CAE.NodeElementInfoBuilderFormatTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FormatOptionParameters: formatOption ( NXOpen.CAE.NodeElementInfoBuilderFormatType) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Mesh¶
-
NodeElementInfoBuilder.Mesh¶ Returns or sets the owning mesh
-------------------------------------Getter Method
Signature
MeshReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MeshParameters: mesh (bool) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
MeshCollector¶
-
NodeElementInfoBuilder.MeshCollector¶ Returns or sets the mesh collector
-------------------------------------Getter Method
Signature
MeshCollectorReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MeshCollectorParameters: meshCollector (bool) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Node¶
-
NodeElementInfoBuilder.Node¶ Returns the selected node
-------------------------------------Getter Method
Signature
NodeReturns: Return type: NXOpen.CAE.SelectFENodeListNew in version NX5.0.0.
License requirements: None.
NodeConnectivity¶
-
NodeElementInfoBuilder.NodeConnectivity¶ Returns or sets the node connectivity
-------------------------------------Getter Method
Signature
NodeConnectivityReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NodeConnectivityParameters: nodeConnectivity (bool) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
PropertyOption¶
-
NodeElementInfoBuilder.PropertyOption¶ Returns or sets the property option, none, short or detailed
-------------------------------------Getter Method
Signature
PropertyOptionReturns: Return type: NXOpen.CAE.NodeElementInfoBuilderPropertyTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PropertyOptionParameters: propertyOption ( NXOpen.CAE.NodeElementInfoBuilderPropertyType) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Method Detail¶
Validate¶
-
NodeElementInfoBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.