rotational_angle#
- text.rotational_angle(p0: float) int #
Specifies the angle of rotation of the selected text in the graphics window.
A value of 0 for rotation corresponds to the normal, upright orientation of text, with clockwise rotation at higher values.The text rotates about the justification point.- Args:
- p0:
‘angle’ must be within the range of 0.0 to 360.0
- Examples:
ensight.text.select_begin(1) ensight.text.rotational_angle(45.0)
- Returns:
zero on success, non-zero on error