<?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: Object Snap in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867580#M306891</link>
    <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3238838"&gt;@MihaiAnghius﻿&lt;/a&gt;, Welcome to the Autodesk Community!&lt;BR /&gt;&lt;BR /&gt;I believe the command you're looking for is &lt;STRONG&gt;OSNAP&lt;/STRONG&gt;. Feel free to share any further comments, concerns, questions, and suggestions you have with us. Glad to see you're here with us today, and I hope you receive the assistance needed. Feel free to private message me if needed and I'll take you in the right direction. Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2015 12:43:10 GMT</pubDate>
    <dc:creator>wispoxy</dc:creator>
    <dc:date>2015-10-19T12:43:10Z</dc:date>
    <item>
      <title>Object Snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867494#M306889</link>
      <description>&lt;P&gt;Is it possible to change Object Snap setings or prioritize the snap order while you are drawing a polyline or any other type of object &amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 12:07:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867494#M306889</guid>
      <dc:creator>MihaiAnghius</dc:creator>
      <dc:date>2015-10-19T12:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Object Snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867551#M306890</link>
      <description>There is no "prioritize" option for Osnaps, but you can toggle selections if that would help.</description>
      <pubDate>Mon, 19 Oct 2015 12:29:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867551#M306890</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2015-10-19T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Object Snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867580#M306891</link>
      <description>&lt;P&gt;Hello &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3238838"&gt;@MihaiAnghius﻿&lt;/a&gt;, Welcome to the Autodesk Community!&lt;BR /&gt;&lt;BR /&gt;I believe the command you're looking for is &lt;STRONG&gt;OSNAP&lt;/STRONG&gt;. Feel free to share any further comments, concerns, questions, and suggestions you have with us. Glad to see you're here with us today, and I hope you receive the assistance needed. Feel free to private message me if needed and I'll take you in the right direction. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 12:43:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867580#M306891</guid>
      <dc:creator>wispoxy</dc:creator>
      <dc:date>2015-10-19T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Object Snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867691#M306892</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3238838"&gt;@MihaiAnghius&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Is it possible to change Object Snap setings or prioritize the snap order while you are drawing a polyline or any other type of object &amp;nbsp;?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You have several options to change the settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a specific mode that you don't have "running," to apply only to the next location you pick, you can type in its name or abbreviation, or get to a list of them with Shift+right-click [currently -- that may vary with your version of AutoCAD].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the combination of &lt;EM&gt;running&lt;/EM&gt; modes, you can type [or put into a menu item you can pick] &lt;STRONG&gt;'&lt;/STRONG&gt;OSNAP &lt;EM&gt;with the apostrophe prefix&lt;/EM&gt;, and the dialog box for the settings will come up in which you can change the settings, even in the middle of another command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For pre-determined modes or combinations of modes, you can make menu items to pick that have the desired combinations, as command macros, with comma separation where you want&amp;nbsp;multiple modes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;OSNAP END,MID,INT,PER&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which can be used &lt;EM&gt;either&lt;/EM&gt; inside another command &lt;EM&gt;or&lt;/EM&gt; when no other command is active. &amp;nbsp;For &lt;EM&gt;outside&lt;/EM&gt;-a-command use, you can also do it via AutoLisp:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(setvar 'osmode 163)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[which is the value for the same combination of modes], and that will be &lt;EM&gt;accepted&lt;/EM&gt; inside&amp;nbsp;another command and will change the setting, but it &lt;EM&gt;returns&lt;/EM&gt; the 163, so that if you're in [for instance] a Line command, it will &lt;EM&gt;make a Line&lt;/EM&gt; 163 units long in the direction of the cursor from the last point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for priority, the priority when there are multiple modes is always the &lt;EM&gt;closest&lt;/EM&gt; applicable location&amp;nbsp;to the pick point -- you can't otherwise prioritize them except by specifying &lt;EM&gt;one&lt;/EM&gt;&amp;nbsp;that you want for one pick, or turning off [even if only temporarily] lower-priority modes.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 13:27:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5867691#M306892</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2015-10-19T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Object Snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5868493#M306893</link>
      <description>&lt;P&gt;Furthermore, you can also assign these osnap settings to different key combinations CTRL+SHIFT+F2, CTRL+SHIFT+F3,etc...&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 20:10:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5868493#M306893</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2015-10-19T20:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Object Snap</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5869059#M306895</link>
      <description>&lt;P&gt;Thank you for your advice I ended up creating a custom toolbar and works excelet for my project &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 06:39:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/object-snap/m-p/5869059#M306895</guid>
      <dc:creator>MihaiAnghius</dc:creator>
      <dc:date>2015-10-20T06:39:02Z</dc:date>
    </item>
  </channel>
</rss>

