VectorDisplay#

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

Bases: object

VectorDisplay class.

Overview#

LengthType

Sets the result vector length type.

DisplayType

Sets the vector display type.

ControlDisplayDensity

Allows control of the vector display density.

DisplayDensity

Sets the vector display density in percentage.

LengthMultiplier

Sets the vector length multiplier.

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.LengthType: Ansys.Mechanical.DataModel.Enums.VectorLengthType | None

Sets the result vector length type.

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

Sets the vector display type.

property VectorDisplay.ControlDisplayDensity: System.Boolean | None

Allows control of the vector display density.

property VectorDisplay.DisplayDensity: System.Double | None

Sets the vector display density in percentage.

property VectorDisplay.LengthMultiplier: System.Double | None

Sets the vector length multiplier.

property VectorDisplay.ShowTriadXAxis: System.Boolean | None

Displays the X axis vector of the triad/tensor.

property VectorDisplay.ShowTriadYAxis: System.Boolean | None

Displays the Y axis vector of the triad/tensor.

property VectorDisplay.ShowTriadZAxis: System.Boolean | None

Displays the Z axis vector of the triad/tensor.