Hi! I work with blocks that have several concentric circles. I need to catch outer circle midpoint. When a cursor is over circle I need, snap appears. Then I move the cursor towards circle's center and it intersects with other circles I don't need and new snap appears unfortunately the snap I need vanishes at that moment.
Any idea how can I freeze this snaps?
P.S. Circles have different z-coordinate so midpoints do not match
Thanks!
Solved! Go to Solution.
Hi! I work with blocks that have several concentric circles. I need to catch outer circle midpoint. When a cursor is over circle I need, snap appears. Then I move the cursor towards circle's center and it intersects with other circles I don't need and new snap appears unfortunately the snap I need vanishes at that moment.
Any idea how can I freeze this snaps?
P.S. Circles have different z-coordinate so midpoints do not match
Thanks!
Solved! Go to Solution.
@Anonymous wrote:
Then I move the cursor towards circle's center
Why do you do this?
Activate the Center Osnap (CEN), pick the outer circle and all is done.
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
@Anonymous wrote:
Then I move the cursor towards circle's center
Why do you do this?
Activate the Center Osnap (CEN), pick the outer circle and all is done.
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
I do it to select the snap I need. It doesn't select itself when the cursor is over outer circle - I need to click the cross (ObjSnap). When I move the cursor to do it - it disappears because the cursor moves over other circles and their snaps appear... Center snap is ON otherwise there is no snap crosses at all.
I do it to select the snap I need. It doesn't select itself when the cursor is over outer circle - I need to click the cross (ObjSnap). When I move the cursor to do it - it disappears because the cursor moves over other circles and their snaps appear... Center snap is ON otherwise there is no snap crosses at all.
What else do you need?
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
What else do you need?
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
The problem is that it doesn't work when other snaps are turned ON. As far as I understand it selects the closest snap and in my case CEN snap is not the closest one. So I can solve it turning other snaps OFF, but it's not much convenient.. Hoped there is a sys variable that controls snap lifetime.
P.S. Finally solved it using Object Snap Override : Midpoint
The problem is that it doesn't work when other snaps are turned ON. As far as I understand it selects the closest snap and in my case CEN snap is not the closest one. So I can solve it turning other snaps OFF, but it's not much convenient.. Hoped there is a sys variable that controls snap lifetime.
P.S. Finally solved it using Object Snap Override : Midpoint
You should say AutoCAD explicitely that you want to snap a center point.
Either by typing CEN in the command line (as I did in my video) or RightClick and choose cen from the context menu or using SHIFT+C (Temporary Override, that's my favorite) before picking the (wished) circle - a lot of ways.
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
You should say AutoCAD explicitely that you want to snap a center point.
Either by typing CEN in the command line (as I did in my video) or RightClick and choose cen from the context menu or using SHIFT+C (Temporary Override, that's my favorite) before picking the (wished) circle - a lot of ways.
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
@Anonymous wrote:
P.S. Finally solved it using Object Snap Override : Midpoint
Oops. Midpoint doesn't snap the center point of a circle.
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
@Anonymous wrote:
P.S. Finally solved it using Object Snap Override : Midpoint
Oops. Midpoint doesn't snap the center point of a circle.
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Can't find what you're looking for? Ask the community or share your knowledge.