home *** CD-ROM | disk | FTP | other *** search
-
- 7.2.1 MOVE ENTITY
-
-
- The MOVE ENTITY command is used to move or move and copy a group of
- entities.
-
-
- COMMAND FORMAT
-
- #MOVE ENTITY :Ent ... :From To x1 x2 :Ent ...
-
- or
-
- #MOVE ENTITY COPY [modifiers] :Ent ... :From To x1 x2 ... xn :Ent ...
-
-
- The entities to be moved or copied are identified at the Ent prompt. If the
- COPY modifier is not used, the locations 'x1' and 'x2' define the vector
- through which all of the identified entities will be moved. If the COPY
- modifier is used, copies of the identified entities are created at all of
- the locations 'x2' through to 'xn' relative to the base location 'x1'. ( See
- figs. 7.13 to 7.15 ).
-
-
- MODIFIERS
-
- COPY The COPY modifier is used to create new copies of the entities
- that were identified. The original entities are left intact
- while new entities are created at the locations 'x2' to 'xn'.
-
- Without the COPY modifier, the original entities are moved
- through the vector defined by the locations 'x1' and 'x2'.
-
- .ACTIVELAYER When entities are copied using the MOVE ENTITY command, the
- new entities will be created on the same layer as the original
- entities. If the ACTIVELAYER modifier is used, the new
- entities will be created on the current active layer.
-
- .ACTIVEDEPTH When entities are copied using the MOVE ENTITY command, the
- new entities will be created on the same depth as the
- original entities. If the ACTIVEDEPTH modifier is used, the
- new entities will be created on the current active depth.
-
-
-