Selections#
- class ansys.fluent.core.generated.datamodel_252.preferences.Root.Appearance.Selections(service, rules, path)#
Bases:
PyMenuSingleton Selections.
Classes:
EnableHighlightEdgeTransparency(service, rules)Parameter EnableHighlightEdgeTransparency of value type bool.
GeneralDisplacement(service, rules[, path])Parameter GeneralDisplacement of value type int.
HighlightEdgeColor(service, rules[, path])Parameter HighlightEdgeColor of value type str.
HighlightEdgeWeight(service, rules[, path])Parameter HighlightEdgeWeight of value type int.
HighlightFaceColor(service, rules[, path])Parameter HighlightFaceColor of value type str.
HighlightGloss(service, rules[, path])Parameter HighlightGloss of value type float.
HighlightSpecularComponent(service, rules[, ...])Parameter HighlightSpecularComponent of value type str.
HighlightTransparency(service, rules[, path])Parameter HighlightTransparency of value type float.
MouseHoverProbeValuesEnabled(service, rules)Parameter MouseHoverProbeValuesEnabled of value type bool.
MouseOverHighlightEnabled(service, rules[, path])Parameter MouseOverHighlightEnabled of value type bool.
ProbeTooltipHideDelayTimer(service, rules[, ...])Parameter ProbeTooltipHideDelayTimer of value type int.
ProbeTooltipShowDelayTimer(service, rules[, ...])Parameter ProbeTooltipShowDelayTimer of value type int.
Methods:
__init__(service, rules, path)__init__ method of PyMenu class.
- class EnableHighlightEdgeTransparency(service, rules, path=None)#
Bases:
PyParameterParameter EnableHighlightEdgeTransparency of value type bool.
- class GeneralDisplacement(service, rules, path=None)#
Bases:
PyNumericalParameter GeneralDisplacement of value type int.
- class HighlightEdgeColor(service, rules, path=None)#
Bases:
PyTextualParameter HighlightEdgeColor of value type str.
- class HighlightEdgeWeight(service, rules, path=None)#
Bases:
PyNumericalParameter HighlightEdgeWeight of value type int.
- class HighlightFaceColor(service, rules, path=None)#
Bases:
PyTextualParameter HighlightFaceColor of value type str.
- class HighlightGloss(service, rules, path=None)#
Bases:
PyNumericalParameter HighlightGloss of value type float.
- class HighlightSpecularComponent(service, rules, path=None)#
Bases:
PyTextualParameter HighlightSpecularComponent of value type str.
- class HighlightTransparency(service, rules, path=None)#
Bases:
PyNumericalParameter HighlightTransparency of value type float.
- class MouseHoverProbeValuesEnabled(service, rules, path=None)#
Bases:
PyParameterParameter MouseHoverProbeValuesEnabled of value type bool.
- class MouseOverHighlightEnabled(service, rules, path=None)#
Bases:
PyParameterParameter MouseOverHighlightEnabled of value type bool.
- class ProbeTooltipHideDelayTimer(service, rules, path=None)#
Bases:
PyNumericalParameter ProbeTooltipHideDelayTimer of value type int.
- class ProbeTooltipShowDelayTimer(service, rules, path=None)#
Bases:
PyNumericalParameter ProbeTooltipShowDelayTimer of value type int.
- __init__(service, rules, path)#
__init__ method of PyMenu class.