Function: vcur

Syntax

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

Returns

A 3-D point defined interactively via the mouse.

Parameters

Examples

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

point p = vcur

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 vertical plane passing through the origin of an entity.

point p = vcur(my_ent.origin)

See Also

Commands:

uncursor

Functions:

pcur (point)

Identifiers:

gc (point), tracking (procedure)