FeEdgesLocation Class

class NXOpen.CAE.Connections.FeEdgesLocation

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
GetFeEdges Retrieve location edges.
GetXyzCoordinates Gets the coordinates from the specified location.
SetFeEdges Add location edges.

Method Detail

GetFeEdges

FeEdgesLocation.GetFeEdges

Retrieve location edges.

Signature GetFeEdges()

Returns:Edges used for location
Return type:list of NXOpen.CAE.FEElemEdge

New in version NX12.0.0.

License requirements: None.

SetFeEdges

FeEdgesLocation.SetFeEdges

Add location edges.

Signature SetFeEdges(edges)

Parameters:edges (list of NXOpen.CAE.FEElemEdge) – Edges used for location

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)