SelectionRecipeDisplay Class

class NXOpen.CAE.SelectionRecipeDisplay

Bases: object

Represents the display attributes of a CAE.SelectionRecipe

To obtain an instance of this class, refer to NXOpen.CAE.SelectionRecipe

New 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.

Methods

Method Description
Update Updates the display of the Selection Recipe

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 IsGraphicSymbolDisplayed

Returns:
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 IsGraphicSymbolDisplayed

Parameters: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 IsNameDisplayed

Returns:
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 IsNameDisplayed

Parameters: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 IsSingleSelectionEntityNameDisplayed

Returns:
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 IsSingleSelectionEntityNameDisplayed

Parameters:isSingleSelectionEntityNameDisplayed (bool) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Method Detail

Update

SelectionRecipeDisplay.Update

Updates the display of the Selection Recipe

Signature Update()

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)