extents (<group>)
point
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.
<group>
A group expression
yielding one or more graphic entities. The minimum and maximum coordinates
of the entities are computed.
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)
Commands: |
|
Structures: |