SelectionRecipeDisplay Class¶
-
class
NXOpen.CAE.SelectionRecipeDisplay¶ Bases:
objectRepresents the display attributes of a
CAE.SelectionRecipeTo obtain an instance of this class, refer to
NXOpen.CAE.SelectionRecipeNew in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| IsGraphicSymbolDisplayed | Returns or sets the flag indicating whether the graphic symbol of the Selection Recipe is displayed in the graphics window. |
| IsNameDisplayed | Returns or sets the flag indicating whether the name of the Selection Recipe is displayed in the graphics window. |
| IsSingleSelectionEntityNameDisplayed | Returns or sets the flag indicating whether the name of the single entity, to which the Selection Recipe resolves to, is displayed in the graphics window. |
Property Detail¶
IsGraphicSymbolDisplayed¶
-
SelectionRecipeDisplay.IsGraphicSymbolDisplayed¶ Returns or sets the flag indicating whether the graphic symbol of the Selection Recipe is displayed in the graphics window.
-------------------------------------Getter Method
Signature
IsGraphicSymbolDisplayedReturns: Return type: bool New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
IsGraphicSymbolDisplayedParameters: isGraphicSymbolDisplayed (bool) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
IsNameDisplayed¶
-
SelectionRecipeDisplay.IsNameDisplayed¶ Returns or sets the flag indicating whether the name of the Selection Recipe is displayed in the graphics window.
-------------------------------------Getter Method
Signature
IsNameDisplayedReturns: Return type: bool New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
IsNameDisplayedParameters: isNameDisplayed (bool) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
IsSingleSelectionEntityNameDisplayed¶
-
SelectionRecipeDisplay.IsSingleSelectionEntityNameDisplayed¶ Returns or sets the flag indicating whether the name of the single entity, to which the Selection Recipe resolves to, is displayed in the graphics window.
This property has no effect on Selection Recipes which support multiple entities.
-------------------------------------Getter Method
Signature
IsSingleSelectionEntityNameDisplayedReturns: Return type: bool New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
-------------------------------------Setter Method
Signature
IsSingleSelectionEntityNameDisplayedParameters: isSingleSelectionEntityNameDisplayed (bool) – New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)