cursor#

view_transf.cursor(p0: float, p1: float, p2: float) int#

Sets the location of the cursor tool.

The components are in reference to the selected frame.
Args:
p0:

‘x_coord ‘ x, y, z coordinates of the cursor

p1:

‘y_coord ‘ x, y, z coordinates of the cursor

p2:

‘z_coord ‘ x, y, z coordinates of the cursor

Examples:
# 
# Sets the cursor to the point (.79563 1 .8554) 
# 
ensight.view_transf.cursor(0.795630,1.000000,0.855400)
Returns:

zero on success, non-zero on error