NodeLocation Class¶
-
class
NXOpen.CAE.Connections.NodeLocation¶ Bases:
NXOpen.CAE.Connections.LocationLocation interface. This defines connection locations with common properties like coordinates.
To obtain an instance of this object use the AddLocation creators on the Connections
New in version NX11.0.0.
Properties¶
| Property | Description |
|---|---|
| Node | Returns or sets the FEM node used for creating the location. |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| GetXyzCoordinates | Gets the coordinates from the specified location. |
Property Detail¶
Node¶
-
NodeLocation.Node¶ Returns or sets the FEM node used for creating the location.
If the location type is not node, this method will raise an error.
-------------------------------------Getter Method
Signature
NodeReturns: Node used for location Return type: NXOpen.CAE.FENodeNew in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NodeParameters: node ( NXOpen.CAE.FENode) – Node used for locationNew in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)