flopo Posted November 13, 2009 Posted November 13, 2009 Hello, Does anybody have a lisp to draw similar object in the same layer? I mean to select an object, then , using a lisp, to draw a similar oblect, in the same layer, with the same linetype, the same colour... etc... only the dimensions to be different. Quote
SteveK Posted November 13, 2009 Posted November 13, 2009 What kinds of objects are you talking about? Circles, Lines, Rectangles? Quote
flopo Posted November 13, 2009 Author Posted November 13, 2009 Yes, all 2d objects - liners, circles, rectangles, polylines,arcs... Somebody has a lisp that draw all this, + dimensions and blocks... but will be ok even to draw only a part of this objects. Quote
jammie Posted November 13, 2009 Posted November 13, 2009 Maybe this may be of help, see Lee Mac's MapCom routine http://www.cadtutor.net/forum/showthread.php?t=37532&highlight=mapcom Quote
flopo Posted November 13, 2009 Author Posted November 13, 2009 Lee Mac's MapCom routine IS PERFECT. Can this routine work with dimension and text to? Quote
flopo Posted November 16, 2009 Author Posted November 16, 2009 This lisp is a nice one. If somebody want to modify it to fit the dimension style and text style, will be perfect! What about inserting the same block? and then start attribute editing, after insertion? Am I dreaming? Is it possible to be a universal command? dent.lsp Quote
VVA Posted November 16, 2009 Posted November 16, 2009 (edited) My variant. Quickly draw another. ;;; The command, "QUIKDRAW", will begin the AutoCAD ;;; command to draw a similar entity that the user is ;;; prompted to select. ;;; Before the command begins, the layer, color, & ;;; linetype properties will be set current, and if applicable, ;;; other options (e.g. style, scale, width, etc.) ;;; will be preset before the AutoCAD command is executed. ;;; Short name command - Q and QR (Quickdraw restore) ;;; If you type QR, after the command the layer, color, ;;; linetype and lineweight properties restore back ;;; Keys ENTER, a spacebar it is possible to repeat drawing with last installations 21.05.2010 - Add True Color Also posted http://www.theswamp.org/index.php?topic=30983.0 quickdraw.LSP Edited August 6, 2013 by VVA Add latest version 1 Quote
SteveK Posted November 16, 2009 Posted November 16, 2009 My variant. Quickly draw another. Wow, bit of work in there! Thanks for sharing. Quote
flopo Posted November 17, 2009 Author Posted November 17, 2009 My variant. Quickly draw another. VVA, you are a genius! Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.