NodeSeriesLocation Class

class NXOpen.CAE.Connections.NodeSeriesLocation

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
AddNodes Add location nodes.
GetNodes Retrieve location nodes.
GetXyzCoordinates Gets the coordinates from the specified location.
SetNodes Set location nodes.

Method Detail

AddNodes

NodeSeriesLocation.AddNodes

Add location nodes.

Signature AddNodes(nodes)

Parameters:nodes (list of NXOpen.CAE.FENode) – Node used for location

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

GetNodes

NodeSeriesLocation.GetNodes

Retrieve location nodes.

Signature GetNodes()

Returns:Node used for location
Return type:list of NXOpen.CAE.FENode

New in version NX12.0.0.

License requirements: None.

SetNodes

NodeSeriesLocation.SetNodes

Set location nodes.

Signature SetNodes(nodes)

Parameters:nodes (list of NXOpen.CAE.FENode) – Node used for location

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)