CoordinatesSeriesLocation Class¶
-
class
NXOpen.CAE.Connections.CoordinatesSeriesLocation¶ 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 |
|---|---|
| GetCoordinates | Gets the coordinates from the specified location. |
| GetXyzCoordinates | Gets the coordinates from the specified location. |
| SetCoordinates | Set the coordinates. |
Method Detail¶
GetCoordinates¶
-
CoordinatesSeriesLocation.GetCoordinates¶ Gets the coordinates from the specified location.
The location can be any type: coordinates, node or point. Its coordinates will be returned.
Signature
GetCoordinates()Returns: Location coordinates Return type: list of NXOpen.Point3dNew in version NX12.0.0.
License requirements: None.
SetCoordinates¶
-
CoordinatesSeriesLocation.SetCoordinates¶ Set the coordinates.
Only for coordinates type location
Signature
SetCoordinates(coordinates)Parameters: coordinates (list of NXOpen.Point3d) – The location coordinatesNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)