Location Class¶
-
class
NXOpen.CAE.Connections.Location¶ Bases:
NXOpen.TaggedObjectLocation base class. This defines connection locations with common properties like coordinates.
This is an abstract class and cannot be instantiated
New in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| GetXyzCoordinates | Gets the coordinates from the specified location. |
Method Detail¶
GetXyzCoordinates¶
-
Location.GetXyzCoordinates¶ Gets the coordinates from the specified location.
The location can be any type: coordinates, node or point. Its coordinates will be returned.
Signature
GetXyzCoordinates()Returns: Location coordinates Return type: list of NXOpen.Point3dNew in version NX11.0.0.
License requirements: None.