SelectionRecipeLocation Class¶
-
class
NXOpen.CAE.Connections.SelectionRecipeLocation¶ 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.
Properties¶
| Property | Description |
|---|---|
| SelectionRecipe | Returns or sets the Selection Recipe 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¶
SelectionRecipe¶
-
SelectionRecipeLocation.SelectionRecipe¶ Returns or sets the Selection Recipe used for creating the location.
If the location type is not a Selection Recipe, this method will raise an error.
-------------------------------------Getter Method
Signature
SelectionRecipeReturns: Return type: NXOpen.CAE.SelectionRecipeNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SelectionRecipeParameters: selectionRecipe ( NXOpen.CAE.SelectionRecipe) –New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)