hokie555 Posted October 15, 2009 Posted October 15, 2009 within my routine I have a point already selected along a line (insertion point of a block, osnapped to line). I then need to select that same line in order to get it's entity data. I want to use this same point to select the line (like using entsel, then clicking on that exact point). The reasoning behind this is to only have to click on the line once. Can u help? Thank you. Quote
alanjt Posted October 15, 2009 Posted October 15, 2009 within my routine I have a point already selected along a line (insertion point of a block, osnapped to line). I then need to select that same line in order to get it's entity data. I want to use this same point to select the line (like using entsel, then clicking on that exact point). The reasoning behind this is to only have to click on the line once. Can u help? Thank you. Look at (nentselp PointOnObject) Quote
hokie555 Posted October 15, 2009 Author Posted October 15, 2009 worked like a charm. Thanks a lot! still learning all these silly functions... Quote
alanjt Posted October 15, 2009 Posted October 15, 2009 worked like a charm. Thanks a lot! still learning all these silly functions... Happy to help. Glad you got it to work. 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.