<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to set up snap function in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245996#M217837</link>
    <description>&lt;P&gt;A caveat [be careful what you ask for]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Osnap doesn't care whether the &lt;EM&gt;point you want to grab&lt;/EM&gt;&amp;nbsp; is within the APERTURE setting of the crosshair location, but rather whether&amp;nbsp;&lt;EM&gt;any&lt;/EM&gt;&amp;nbsp; object&amp;nbsp;that has &lt;EM&gt;any&lt;/EM&gt;&amp;nbsp; location on it appropriate to the current OSMODE setting &lt;EM&gt;passes through&lt;/EM&gt; the "target" area defined by APERTURE, even if that location itself is &lt;EM&gt;not&lt;/EM&gt; within the target.&amp;nbsp; What you seem to be asking would &lt;EM&gt;prevent&lt;/EM&gt;&amp;nbsp; you from Osnapping to a bunch of things, such as the distant CENter of a large-radius Circle or Arc, or the MIDpoint of a lot of things [since you can't always easily tell where that is to get your target close enough to it, the way you can&amp;nbsp;most ENDpoints], or many APParent intersections.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There can be many circumstances when it's desirable to Osnap to a location that's &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; very close to the cursor location, such as when there's a lot of clutter around the expected location but you can easily Osnap onto something more distant from there -- for instance, I just now wanted to snap PERpendicular to a floor-level line in an area with a lot of close parallel linework, and it would have required ZOOMing in quite close to make sure I got the &lt;EM&gt;right&lt;/EM&gt;&amp;nbsp; line in the middle of all that, but it was&amp;nbsp;much simpler to catch it with the Osnap target way out past the end of the building elevation.&amp;nbsp; I couldn't have done that in your scenario.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If&lt;/EM&gt;&amp;nbsp; it's even possible to come up with some code to check whether a potential Osnappable location is close enough, it seems to me you would have to have that code somehow running at all times in all commands at all locational prompts.&amp;nbsp; I'm having a hard time imagining how that could even be implemented....&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2017 19:19:12 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2017-07-21T19:19:12Z</dc:date>
    <item>
      <title>how to set up snap function</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245366#M217833</link>
      <description>&lt;P&gt;I want to set up the distance between my&amp;nbsp;mouse arrow&amp;nbsp;and the snap point I want to capture. If my mouse arrow fall within this distance, I could capture the point I want to snap. If not, nothing happens. sometime I capture an unwanted point far away. I want to avoid this senario. thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 15:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245366#M217833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to set up snap function</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245452#M217834</link>
      <description>Could this be more of a "wrong running osnap getting selected" type issue?&lt;BR /&gt;How far is the point you want to select exactly from your crosshairs that one far away gets selected?</description>
      <pubDate>Fri, 21 Jul 2017 15:59:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245452#M217834</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2017-07-21T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to set up snap function</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245642#M217835</link>
      <description>&lt;P&gt;SNAP or OSNAP, they are not the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;APERTURE adjusts the size of the OSNAP selection frame&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 17:07:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245642#M217835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T17:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to set up snap function</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245701#M217836</link>
      <description>&lt;P&gt;If you have running Osnaps set then you will get the points on or off of geometry. &amp;nbsp;With running Osnaps off and you explicitly use an Osnap, like ENDpoint, then if you aren't on geometry and pick you won't get the errant selection off of the geometry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A more radical solution is to set your running Osnaps and set OSNAPOVERRIDE to 1 and only picks with an Osnap will work.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 17:27:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245701#M217836</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2017-07-21T17:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to set up snap function</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245996#M217837</link>
      <description>&lt;P&gt;A caveat [be careful what you ask for]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Osnap doesn't care whether the &lt;EM&gt;point you want to grab&lt;/EM&gt;&amp;nbsp; is within the APERTURE setting of the crosshair location, but rather whether&amp;nbsp;&lt;EM&gt;any&lt;/EM&gt;&amp;nbsp; object&amp;nbsp;that has &lt;EM&gt;any&lt;/EM&gt;&amp;nbsp; location on it appropriate to the current OSMODE setting &lt;EM&gt;passes through&lt;/EM&gt; the "target" area defined by APERTURE, even if that location itself is &lt;EM&gt;not&lt;/EM&gt; within the target.&amp;nbsp; What you seem to be asking would &lt;EM&gt;prevent&lt;/EM&gt;&amp;nbsp; you from Osnapping to a bunch of things, such as the distant CENter of a large-radius Circle or Arc, or the MIDpoint of a lot of things [since you can't always easily tell where that is to get your target close enough to it, the way you can&amp;nbsp;most ENDpoints], or many APParent intersections.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There can be many circumstances when it's desirable to Osnap to a location that's &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; very close to the cursor location, such as when there's a lot of clutter around the expected location but you can easily Osnap onto something more distant from there -- for instance, I just now wanted to snap PERpendicular to a floor-level line in an area with a lot of close parallel linework, and it would have required ZOOMing in quite close to make sure I got the &lt;EM&gt;right&lt;/EM&gt;&amp;nbsp; line in the middle of all that, but it was&amp;nbsp;much simpler to catch it with the Osnap target way out past the end of the building elevation.&amp;nbsp; I couldn't have done that in your scenario.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If&lt;/EM&gt;&amp;nbsp; it's even possible to come up with some code to check whether a potential Osnappable location is close enough, it seems to me you would have to have that code somehow running at all times in all commands at all locational prompts.&amp;nbsp; I'm having a hard time imagining how that could even be implemented....&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 19:19:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-set-up-snap-function/m-p/7245996#M217837</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-07-21T19:19:12Z</dc:date>
    </item>
  </channel>
</rss>

