NodeSeriesLocation Class¶
-
class
NXOpen.CAE.Connections.NodeSeriesLocation¶ 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 NX12.0.0.
Methods¶
| Method | Description |
|---|---|
| AddNodes | Add location nodes. |
| GetNodes | Retrieve location nodes. |
| GetXyzCoordinates | Gets the coordinates from the specified location. |
| SetNodes | Set location nodes. |
Method Detail¶
AddNodes¶
-
NodeSeriesLocation.AddNodes¶ Add location nodes.
Signature
AddNodes(nodes)Parameters: nodes (list of NXOpen.CAE.FENode) – Node used for locationNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GetNodes¶
-
NodeSeriesLocation.GetNodes¶ Retrieve location nodes.
Signature
GetNodes()Returns: Node used for location Return type: list of NXOpen.CAE.FENodeNew in version NX12.0.0.
License requirements: None.
SetNodes¶
-
NodeSeriesLocation.SetNodes¶ Set location nodes.
Signature
SetNodes(nodes)Parameters: nodes (list of NXOpen.CAE.FENode) – Node used for locationNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)