VectorOptions#
- class ansys.fluent.core.datamodel_231.flicing.Root.Case.Results.Graphics.Vector._Vector.VectorOptions(service, rules, path)#
Bases:
PyMenu
Singleton VectorOptions.
Classes:
Color
(service, rules[, path])Parameter Color of value type str.
FixedLength
(service, rules[, path])Parameter FixedLength of value type bool.
HeadScale
(service, rules[, path])Parameter HeadScale of value type float.
InPlane
(service, rules[, path])Parameter InPlane of value type bool.
XComponent
(service, rules[, path])Parameter XComponent of value type bool.
YComponent
(service, rules[, path])Parameter YComponent of value type bool.
ZComponent
(service, rules[, path])Parameter ZComponent of value type bool.
- class Color(service, rules, path=None)#
Bases:
PyTextual
Parameter Color of value type str.
- class FixedLength(service, rules, path=None)#
Bases:
PyParameter
Parameter FixedLength of value type bool.
- class HeadScale(service, rules, path=None)#
Bases:
PyNumerical
Parameter HeadScale of value type float.
- class InPlane(service, rules, path=None)#
Bases:
PyParameter
Parameter InPlane of value type bool.
- class XComponent(service, rules, path=None)#
Bases:
PyParameter
Parameter XComponent of value type bool.
- class YComponent(service, rules, path=None)#
Bases:
PyParameter
Parameter YComponent of value type bool.
- class ZComponent(service, rules, path=None)#
Bases:
PyParameter
Parameter ZComponent of value type bool.