ansys.mapdl.core.Mapdl.ratio#

Mapdl.ratio(wn='', ratox='', ratoy='', **kwargs)#

Distorts the object geometry.

Mechanical APDL Command: /RATIO

Parameters:
wnstr

Window number (or ALL) to which command applies (defaults to 1).

ratoxstr

Distort object in the window X direction by this factor (defaults to 1.0).

ratoystr

Distort object in the window Y direction by this factor (defaults to 1.0).

Notes

Distorts the object geometry in a particular direction. An example of this command’s use would be to allow long narrow sections to be distorted to a more square area for better display visualization.

This command is valid in any processor.