CoordinatesSeriesLocation Class

class NXOpen.CAE.Connections.CoordinatesSeriesLocation

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

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

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

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)