Function: pcur

Syntax

pcur ({<point> {,<cursor> {,<crosshair>}}})

Type

point

Returns

A 3-D point read interactively via the mouse.

Parameters

Examples

Allows the user to indicate a point in a graphic window.

point p = pcur

The same, but using the large crosshair.

point p = pcur(null,null,1)

Allows the user to indicate a point in a graphic window. The answer is computed in the plane passing through the origin of an entity my_ent.

point p = pcur(my_ent.origin)

See Also

Commands:

uncursor

Functions:

vcur (point)

Identifiers:

button (numeric), clicks (numeric), gc (point), tracking (procedure)