FeEdgesLocation Class¶
-
class
NXOpen.CAE.Connections.FeEdgesLocation¶ Bases:
NXOpen.CAE.Connections.LocationLocation 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.
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.FEElemEdgeNew 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 locationNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)