- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to complete this code :
(defun c:PasteclipToOrigin()
;;;; Store all entities of ModelSpace to a Collection "ObjectsBefore"
......................................
(command "PASTEORIG")
;;;; FN2 Define which of the entities existing in ModelSpace now (after PASTEORIG)
;;;;; are not items of stored in ObjectsBefore.
;;;;;; those entities added by PASTEORIG
;;;;;;; Let "ObjectsAdded" be the Added entities collection.
......................................
;;;;;;; Get the Bounding Box Of Objects in ObjectsAdded
......................................
;;;;;;; ZoomWidow (BoundingBox)
)
Thanks,
Gery.
Solved! Go to Solution.