VectorDisplay#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.Graphics.VectorDisplay#

Bases: object

VectorDisplay class.

Overview#

ControlDisplayDensity

Allows control of the vector display density.

DisplayDensity

Sets the vector display density in percentage.

DisplayType

Sets the vector display type.

LengthMultiplier

Sets the vector length multiplier.

LengthType

Sets the result vector length type.

ShowTriadXAxis

Displays the X axis vector of the triad/tensor.

ShowTriadYAxis

Displays the Y axis vector of the triad/tensor.

ShowTriadZAxis

Displays the Z axis vector of the triad/tensor.

Property detail#

property VectorDisplay.ControlDisplayDensity: bool | None#

Allows control of the vector display density.

property VectorDisplay.DisplayDensity: float | None#

Sets the vector display density in percentage.

property VectorDisplay.DisplayType: Ansys.Mechanical.DataModel.Enums.VectorDisplayType | None#

Sets the vector display type.

property VectorDisplay.LengthMultiplier: float | None#

Sets the vector length multiplier.

property VectorDisplay.LengthType: Ansys.Mechanical.DataModel.Enums.VectorLengthType | None#

Sets the result vector length type.

property VectorDisplay.ShowTriadXAxis: bool | None#

Displays the X axis vector of the triad/tensor.

property VectorDisplay.ShowTriadYAxis: bool | None#

Displays the Y axis vector of the triad/tensor.

property VectorDisplay.ShowTriadZAxis: bool | None#

Displays the Z axis vector of the triad/tensor.