Jump to content

draw similar object lisp


flopo

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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? smiley.gifsmiley.gif

dent.lsp

Link to comment
Share on other sites

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 by VVA
Add latest version
  • Thanks 1
Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...