<?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: AC_MarkerSize, AC_TextSize in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55374#M28594</link>
    <description>As near as I can tell, objects cannot affect those.&lt;BR /&gt;
&lt;BR /&gt;
The closest I came was to ignore those parameters and make my own. That way I was able to use the Parameter and Master scripts to control them.</description>
    <pubDate>Fri, 21 Mar 2008 18:12:22 GMT</pubDate>
    <dc:creator>TomWaltz</dc:creator>
    <dc:date>2008-03-21T18:12:22Z</dc:date>
    <item>
      <title>AC_MarkerSize, AC_TextSize</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55373#M28593</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there a way to control the default values of these parameters (other than creating a Favorite).  Typically, Object parameters default to the settings saved in the part; however, Markers don't seem to work this way.  For example, our typical Markers are 27 pt, but now I'm trying to create keyplan Markers, which are half the size (13.5 pt).  When I select between the 2 Markers in the dialog, the AC_MarkerSize value stays the same (it does not default to the value saved in the part).  Make sense?  Anyone know an answer?&lt;BR /&gt;
&lt;BR /&gt;
Right now I'm working around it by making AC_MarkerSize=AC_MarkerSize/2 in the keyplan Markers.&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/73225iCD5A3A5EED06927E/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Marker Settings.jpg" title="Marker Settings.jpg" /&gt;</description>
      <pubDate>Fri, 21 Mar 2008 18:02:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55373#M28593</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2008-03-21T18:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: AC_MarkerSize, AC_TextSize</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55374#M28594</link>
      <description>As near as I can tell, objects cannot affect those.&lt;BR /&gt;
&lt;BR /&gt;
The closest I came was to ignore those parameters and make my own. That way I was able to use the Parameter and Master scripts to control them.</description>
      <pubDate>Fri, 21 Mar 2008 18:12:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55374#M28594</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2008-03-21T18:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: AC_MarkerSize, AC_TextSize</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55375#M28595</link>
      <description>Ah -- I know there's "something" going on, but it doesn't seem documented.  If you set the parameter's value in the script, you can see the dialog's text box "flash" to that value, and then back to the previous setting.  Same thing with the Font Type... arg.</description>
      <pubDate>Fri, 21 Mar 2008 18:17:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55375#M28595</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2008-03-21T18:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: AC_MarkerSize, AC_TextSize</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55376#M28596</link>
      <description>If the size of a marker should be to constants, it is possible to apply a following script (for an example I have chosen value = 5 mm):
&lt;PRE&gt;EPS = 0.0001
IF AC_MarkerSize &amp;gt; 5 OR AC_MarkerSize &amp;lt; 5 THEN AC_MarkerSize = 5
PARAMETERS AC_MarkerSize = AC_MarkerSize&lt;/PRE&gt;
It should be placed in Master Script. &lt;BR /&gt;
The value in dialog's text box will not be updated at once after change of a marker, but drawing of the marker will change according to value of size in a script.&lt;BR /&gt;
&lt;BR /&gt;
But it is only successful coincidence of circumstances.&lt;BR /&gt;
GS should pay attention to this problem.&lt;BR /&gt;
It is necessary to make a wish.</description>
      <pubDate>Sat, 22 Mar 2008 10:06:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55376#M28596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-22T10:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: AC_MarkerSize, AC_TextSize</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55377#M28597</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;The closest I came was to ignore those parameters and make my own. That way I was able to use the Parameter and Master scripts to control them.&lt;/BLOCKQUOTE&gt;

I went ahead and followed Tom's suggestion -- these are parameters that should be "messed with" anyway (in order to keep symbols standardized).</description>
      <pubDate>Mon, 24 Mar 2008 14:44:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/AC-MarkerSize-AC-TextSize/m-p/55377#M28597</guid>
      <dc:creator>Laura Yanoviak</dc:creator>
      <dc:date>2008-03-24T14:44:16Z</dc:date>
    </item>
  </channel>
</rss>

