BoundaryMarkers#
- class ansys.fluent.core.generated.datamodel_242.preferences.Root.Graphics.BoundaryMarkers(service, rules, path)#
Bases:
PyMenu
Singleton BoundaryMarkers.
Classes:
AutomaticMarkerScaling
(service, rules[, path])Parameter AutomaticMarkerScaling of value type bool.
ColorOption
(service, rules[, path])Parameter ColorOption of value type str.
Enabled
(service, rules[, path])Parameter Enabled of value type bool.
ExcludeFromBounding
(service, rules[, path])Parameter ExcludeFromBounding of value type bool.
InletColor
(service, rules[, path])Parameter InletColor of value type str.
MarkerFraction
(service, rules[, path])Parameter MarkerFraction of value type float.
MarkerSizeLimitingScaleMultiplier
(service, rules)Parameter MarkerSizeLimitingScaleMultiplier of value type float.
MarkersLimit
(service, rules[, path])Parameter MarkersLimit of value type int.
OutletColor
(service, rules[, path])Parameter OutletColor of value type str.
ScaleMarker
(service, rules[, path])Parameter ScaleMarker of value type float.
ShowInletMarkers
(service, rules[, path])Parameter ShowInletMarkers of value type bool.
ShowOutletMarkers
(service, rules[, path])Parameter ShowOutletMarkers of value type bool.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class AutomaticMarkerScaling(service, rules, path=None)#
Bases:
PyParameter
Parameter AutomaticMarkerScaling of value type bool.
- class ColorOption(service, rules, path=None)#
Bases:
PyTextual
Parameter ColorOption of value type str.
- class Enabled(service, rules, path=None)#
Bases:
PyParameter
Parameter Enabled of value type bool.
- class ExcludeFromBounding(service, rules, path=None)#
Bases:
PyParameter
Parameter ExcludeFromBounding of value type bool.
- class InletColor(service, rules, path=None)#
Bases:
PyTextual
Parameter InletColor of value type str.
- class MarkerFraction(service, rules, path=None)#
Bases:
PyNumerical
Parameter MarkerFraction of value type float.
- class MarkerSizeLimitingScaleMultiplier(service, rules, path=None)#
Bases:
PyNumerical
Parameter MarkerSizeLimitingScaleMultiplier of value type float.
- class MarkersLimit(service, rules, path=None)#
Bases:
PyNumerical
Parameter MarkersLimit of value type int.
- class OutletColor(service, rules, path=None)#
Bases:
PyTextual
Parameter OutletColor of value type str.
- class ScaleMarker(service, rules, path=None)#
Bases:
PyNumerical
Parameter ScaleMarker of value type float.
- class ShowInletMarkers(service, rules, path=None)#
Bases:
PyParameter
Parameter ShowInletMarkers of value type bool.
- class ShowOutletMarkers(service, rules, path=None)#
Bases:
PyParameter
Parameter ShowOutletMarkers of value type bool.
- __init__(service, rules, path)#
__init__ method of PyMenu class.