CoordinatesLocation Class

class NXOpen.CAE.Connections.CoordinatesLocation

Bases: NXOpen.CAE.Connections.Location

Location 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
Tag Returns the Tag for this object.

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.Point3d

New 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 coordinates

New in version NX11.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)