Nellie Posted December 9, 2008 Posted December 9, 2008 Hi, I'm in need of a lisp or advice on how to replace an object (cross) made up of 2 lines with a block globally. The cross represents a point with its own value in a large area so there are a lot of them. Thanks in advance. Quote
Lee Mac Posted December 9, 2008 Posted December 9, 2008 This sounds like quite a tough task, as the LISP will need to recognise the specific set of lines and find each intersection to set as the base point for the block. But, what may be easier, if you have a log of the coordinates of each cross, you could dump a list of the coords in a file and use a LISP to insert a block at each coordinate specified in your file. I realise this doesn't help your problem, but may help others to help you... Quote
Nellie Posted December 9, 2008 Author Posted December 9, 2008 I thought it might be a tough one. Thanks for your advice anyway. Quote
Lee Mac Posted December 9, 2008 Posted December 9, 2008 No doubt there will be someone on here to take on the task. The people on here never cease to amaze me. Quote
wizman Posted December 9, 2008 Posted December 9, 2008 nelie, can you please post a sample drawing so we could picture it more 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.