new_text#

text.new_text(p0: str) int#

Creates new text in the graphics window.

Args:
p0:

‘text’ desired text

Examples:
ensight.text.new_text("This is the new text!")
ensight.text.location_x(0.5)
ensight.text.location_y(0.6)
Returns:

zero on success, non-zero on error