CurveLocation Class

class NXOpen.CAE.Connections.CurveLocation

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
Curve Returns or sets the CURVE used for creating the location.
Tag Returns the Tag for this object.

Methods

Method Description
GetXyzCoordinates Gets the coordinates from the specified location.

Property Detail

Curve

CurveLocation.Curve

Returns or sets the CURVE used for creating the location.

If the location type is not curve, this method will raise an error.

-------------------------------------

Getter Method

Signature Curve

Returns:Curve used for location
Return type:NXOpen.IBaseCurve

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Curve

Parameters:curve (NXOpen.IBaseCurve) – Curve used for location

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)