Location Class

class NXOpen.CAE.Connections.Location

Bases: NXOpen.TaggedObject

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

Properties

Property Description
Tag Returns the Tag for this object.

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

New in version NX11.0.0.

License requirements: None.