PointSeriesLocation Class

class NXOpen.CAE.Connections.PointSeriesLocation

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
AddPoints Add location nodes.
GetPoints Retrieve location points.
GetXyzCoordinates Gets the coordinates from the specified location.
SetPoints Set location points.

Method Detail

AddPoints

PointSeriesLocation.AddPoints

Add location nodes.

Signature AddPoints(points)

Parameters:points (list of NXOpen.Point) – Points used for location

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

GetPoints

PointSeriesLocation.GetPoints

Retrieve location points.

Signature GetPoints()

Returns:Points used for location
Return type:list of NXOpen.Point

New in version NX12.0.0.

License requirements: None.

SetPoints

PointSeriesLocation.SetPoints

Set location points.

Signature SetPoints(points)

Parameters:points (list of NXOpen.Point) – Points used for location

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)