<?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: Save Multiple Block Annotation Scales in Template in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146812#M7773</link>
    <description>&lt;P&gt;Well that's the state I'm hoping to get to, but I've tried it in Map 2024 and Map 2025 (just in case...) and so far no luck.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2024 21:34:49 GMT</pubDate>
    <dc:creator>Gary_Braun</dc:creator>
    <dc:date>2024-11-12T21:34:49Z</dc:date>
    <item>
      <title>Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146371#M7769</link>
      <description>&lt;P&gt;I have a drawing template with block definitions, but when inserted into a drawing, each block only has a single annotation scale assigned to it. I would like to assign multiple scales to my block definitions so that they will already be available on the block each time it is inserted in the drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried inserting the blocks to a second drawing, adding all the extra scales there, and then using Design Center to update the definitions in my template, but that doesn't work. Each block continues to insert with only a single annotation scale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to save a block with multiple scales on it?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 17:31:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146371#M7769</guid>
      <dc:creator>Gary_Braun</dc:creator>
      <dc:date>2024-11-12T17:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146550#M7770</link>
      <description>&lt;P&gt;Add the annotation scales to each individual block within the library dwg.&lt;/P&gt;&lt;P&gt;Insert the entire library dwg to the new file. fyi. The new file cannot contain the block definitions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, you could use objectscale to add the desired scales or modify the attached lisp routine to add scales.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should mention the lisp routine also changes text in the current dwg to annotative.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could just write below to add the list of scales to all objects:&lt;/P&gt;&lt;P&gt;(setvar "cannoscale" "1/8\" = 1'-0\"")&lt;BR /&gt;(setvar "cannoscale" "1/4\" = 1'-0\"")&lt;BR /&gt;(setvar "cannoscale" "1/2\" = 1'-0\"")&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 19:08:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146550#M7770</guid>
      <dc:creator>R_Tweed</dc:creator>
      <dc:date>2024-11-12T19:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146597#M7771</link>
      <description>&lt;P&gt;Thanks for your reply, but this doesn't work for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the blocks with the additional drawing scales all inserted into a third drawing. You're right that if I insert this into a blank drawing and explode it, the blocks retain the added scales, but the block definitions do not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg. I have 'tree' and 'manhole' blocks inserted into dwg1. I begin a new dwg2 with no blocks, and insert dwg1 into it. Dwg2 now recognizes 'tree' and 'manhole' in the blocks palette, but if I insert either of them into dwg2 they don't retain the added scales.&lt;BR /&gt;Exploding the inserted dwg (dwg1) leaves 'tree' and 'manhole' blocks in my modelspace with the added scales, but the block definitions in the drawing do not hold onto them.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 19:30:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146597#M7771</guid>
      <dc:creator>Gary_Braun</dc:creator>
      <dc:date>2024-11-12T19:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146712#M7772</link>
      <description>&lt;P&gt;Quickly looking a some of my annotative blocks...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The annotative property is assigned to the block definition. The annotative scale(s) property is assigned to the block reference.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 20:40:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146712#M7772</guid>
      <dc:creator>Jason.Piercey</dc:creator>
      <dc:date>2024-11-12T20:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146812#M7773</link>
      <description>&lt;P&gt;Well that's the state I'm hoping to get to, but I've tried it in Map 2024 and Map 2025 (just in case...) and so far no luck.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 21:34:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146812#M7773</guid>
      <dc:creator>Gary_Braun</dc:creator>
      <dc:date>2024-11-12T21:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146824#M7774</link>
      <description>&lt;P&gt;I thought I would include my DWG.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 21:37:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13146824#M7774</guid>
      <dc:creator>Gary_Braun</dc:creator>
      <dc:date>2024-11-12T21:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13147010#M7775</link>
      <description>&lt;P&gt;This lisp comments would then be used. The list at the bottom can be saved into a script file and will add the annotative scales to all annotative objects that are not isloted (hidden).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 23:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13147010#M7775</guid>
      <dc:creator>R_Tweed</dc:creator>
      <dc:date>2024-11-12T23:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13148262#M7776</link>
      <description>&lt;P&gt;The annotative scales can't be added to the block definition. They can only be added to the block references (existing insertions)&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 15:15:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13148262#M7776</guid>
      <dc:creator>Jason.Piercey</dc:creator>
      <dc:date>2024-11-13T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Save Multiple Block Annotation Scales in Template</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13148550#M7777</link>
      <description>This certainly explains my results and confirms what I was strongly suspecting.&lt;BR /&gt;&lt;BR /&gt;Thanks Jason</description>
      <pubDate>Wed, 13 Nov 2024 17:27:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/save-multiple-block-annotation-scales-in-template/m-p/13148550#M7777</guid>
      <dc:creator>Gary_Braun</dc:creator>
      <dc:date>2024-11-13T17:27:57Z</dc:date>
    </item>
  </channel>
</rss>

