hosyn Posted June 12, 2020 Posted June 12, 2020 (edited) Hello everybody is there anyway in lisp to settle base point of closest block on pline . we define the max distance around pline and after running code settle them on pline. we select plines and run it. Edited June 12, 2020 by hosyn Quote
BIGAL Posted June 12, 2020 Posted June 12, 2020 (edited) Very simple use "getclosestpointto" just take insert point of block, get other point then move or update insert point. Lots of code examples around google. (setq newpt (vlax-curve-getclosestpointto obj inspt)) Edited June 12, 2020 by BIGAL 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.