chavlji Posted April 4, 2009 Posted April 4, 2009 Does anyone know how to use NCopy command in lisp function? (command "ncopy") returns "Unknown command "NCopy"" in autocad (c:ncopy) works but asks for nested objects... I would like to to use it on entity I get from nentsel. But dunno how... Quote
CarlB Posted April 4, 2009 Posted April 4, 2009 This augi thread may be of some help.. http://forums.augi.com/showthread.php?p=43570 Quote
wizman Posted April 4, 2009 Posted April 4, 2009 ncopy is an express lisp function, for you to bypass its prompt, you may need to study how its working, have a look at trexblk.lsp in the express folder. Quote
chavlji Posted April 4, 2009 Author Posted April 4, 2009 I bypassed it by making my own: entmake(entget ent) thanx 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.