<?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: Project-Wide Snap Spacing Setting in AutoCAD Electrical Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7887758#M26328</link>
    <description>AFAIK these settings are kept in the drawing...I don't thing there's a way to apply the grid snap settings across a project without using a script.&lt;BR /&gt;&lt;BR /&gt;You may be able to avoid this in the future by saving the desired grid snap setting in your template file. You could also add a line to your ACADDOC.lsp that sets a certain snap distance each time you open a drawing.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Jim</description>
    <pubDate>Tue, 27 Mar 2018 14:16:19 GMT</pubDate>
    <dc:creator>jseefdrumr</dc:creator>
    <dc:date>2018-03-27T14:16:19Z</dc:date>
    <item>
      <title>Project-Wide Snap Spacing Setting</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7887719#M26327</link>
      <description>&lt;P&gt;I copied a Project and just now happened to notice that the Snap Spacing setting s 0.1250 instead of 0.0625.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First question:&amp;nbsp; Is this a drawing-specific setting?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second question:&amp;nbsp; Without having to create a script, is there not a way to change this setting project-wide?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(AutoCad Electrical 2017 SP1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SnapSpacing.JPG" style="width: 599px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/481110iD91EC4852A21277F/image-size/large?v=v2&amp;amp;px=999" role="button" title="SnapSpacing.JPG" alt="SnapSpacing.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:08:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7887719#M26327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T14:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Project-Wide Snap Spacing Setting</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7887758#M26328</link>
      <description>AFAIK these settings are kept in the drawing...I don't thing there's a way to apply the grid snap settings across a project without using a script.&lt;BR /&gt;&lt;BR /&gt;You may be able to avoid this in the future by saving the desired grid snap setting in your template file. You could also add a line to your ACADDOC.lsp that sets a certain snap distance each time you open a drawing.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 27 Mar 2018 14:16:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7887758#M26328</guid>
      <dc:creator>jseefdrumr</dc:creator>
      <dc:date>2018-03-27T14:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Project-Wide Snap Spacing Setting</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7887945#M26329</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1085686"&gt;@jseefdrumr&lt;/a&gt;wrote:&lt;BR /&gt;AFAIK these settings are kept in the drawing...I don't thing there's a way to apply the grid snap settings across a project without using a script.&lt;BR /&gt;&lt;BR /&gt;Experimenting with scripts... I added a few things (copying from an existing script).&amp;nbsp; Cant seem to get this one to run project-wide. It runs on the first drawing of the project then stops.&amp;nbsp; Works on individual drawings just fine (Tools-Run Script).&amp;nbsp; What instructions can I add to load the next drawing, or is that already handled by Project-Wide Utilities?&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;partiaload
ZOOM EXTENTS
-LAYOUT
SET
LAYOUT1
.PSPACE
ZOOM EXTENTS
-LAYOUT
SET
MODEL
ZOOM EXTENTS
snap 0.0625
snap type grid
snap on
PDMODE
0

n
qsave&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:03:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7887945#M26329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Project-Wide Snap Spacing Setting</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7888161#M26330</link>
      <description>&lt;P&gt;I think I have it figured out.&amp;nbsp; The blank line before "n qsave" along with the "n" was throwing it off.&amp;nbsp; I added PDMODE and set Polar Tracking on.&amp;nbsp; This works much better:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;partiaload
ZOOM EXTENTS
-LAYOUT
SET
LAYOUT1
.PSPACE
ZOOM EXTENTS
-LAYOUT
SET
MODEL
ZOOM EXTENTS
PDMODE 0
snap 0.0625
snap type grid
snap on
AUTOSNAP 63
QSAVE&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Mar 2018 16:03:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7888161#M26330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T16:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Project-Wide Snap Spacing Setting</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7888186#M26331</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a thought on this Grid and Snap preferences for schematics.&amp;nbsp; For a 11x17 print I like to use 0.75 Grid, 0.75 ladder reference, 0.125 snap ( H and V).&amp;nbsp; Keep in mind that ACE looks at the rung reference position and assigns the number to the wire/xref/device tag etc. with respect to the rung ref on the left, at least with how I have setup my environment.&amp;nbsp; If the referenced device is not dead on a straight line across from the rung reference it will look a little above or a little below the rung reference for the number to assign.&amp;nbsp; If the snap spacing is to small and your components are getting in between the rung references your xref numbering can start looking a little goofy.&amp;nbsp; Keep a little space between you wires and devices, makes the schematic easy to read and understand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot - 3_27_2018 , 8_27_39 AM.png" style="width: 602px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/481179i130BAB3F3647E73F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot - 3_27_2018 , 8_27_39 AM.png" alt="Screenshot - 3_27_2018 , 8_27_39 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 16:08:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/7888186#M26331</guid>
      <dc:creator>TRLitsey</dc:creator>
      <dc:date>2018-03-27T16:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Project-Wide Snap Spacing Setting</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/10950009#M26332</link>
      <description>&lt;P&gt;Thanks for the script!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 20:59:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/project-wide-snap-spacing-setting/m-p/10950009#M26332</guid>
      <dc:creator>pavlovgn</dc:creator>
      <dc:date>2022-02-14T20:59:54Z</dc:date>
    </item>
  </channel>
</rss>

