Function: extents

Syntax

extents (<group>)

Type

point

Returns

The 3-D extents of one or more graphic entities. Two values are returned, the first containing minimum X, Y and Z values, the second containing maximum values.

Parameters

Examples

The following returns the extents of one entity (this).

point maxmin[2] = extents(this)

The following returns the extents of all entities in the these group.

point maxmin[2] = extents(these)

See Also

Commands:

box

Structures:

entity