CoordinatesLocation Class¶
-
class
NXOpen.CAE.Connections.CoordinatesLocation¶ 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.
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¶
-
CoordinatesLocation.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: NXOpen.Point3dNew in version NX11.0.0.
License requirements: None.
SetCoordinates¶
-
CoordinatesLocation.SetCoordinates¶ Set the coordinates.
Only for coordinates type location
Signature
SetCoordinates(coordinates)Parameters: coordinates ( NXOpen.Point3d) – The location coordinatesNew in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)