<?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: Labeling Alternative? in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6216#M1216</link>
    <description>&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;Create a Label Object to pull the parameter into, then use:&lt;BR /&gt;
&lt;BR /&gt;
REQUEST ("ASSOCLP_PARVALUE", "expr", name_or_index,&lt;BR /&gt;
        type, flags, dim1, dim2, values)&lt;BR /&gt;
&lt;BR /&gt;
You can also set-up GLOB_USER variables to pull information from other Objects.&lt;BR /&gt;
&lt;BR /&gt;
There is a related thread at:&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://www.graphisoft.com/community/arc ... .php?t=648&amp;quot;&amp;gt;http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/community/arc ... .php?t=648"&gt;http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;/BLOCKQUOTE&gt;

Thanks for the link, I will have to try when I'll find some time...</description>
    <pubDate>Mon, 26 Jan 2004 21:43:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-01-26T21:43:08Z</dc:date>
    <item>
      <title>Labeling Alternative?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6212#M1212</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;We are toying with the idea that common elements could have standard notes contained in the object that can quickly be revealed and positioned -- thus saving annotation time.  Using the Label Tool and the object's ID works okay for short identifiers, but the ID has a limited length.  We would like to be able to store text such as "24 GA. 'GALVALUME' ARCHITECTURAL SHEET METAL", and be able to use it in almost the same manner as labels.&lt;BR /&gt;
&lt;BR /&gt;
If we could associate the label with the contents of a Parameter within the object, that would work nicely.  I have no idea how to do this, or if it can be done at all (I suspect not).  Any ideas?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 May 2023 14:08:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6212#M1212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-19T14:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Alternative?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6213#M1213</link>
      <description>The "Label" objects will do just what you are asking (with a little forethought/planning and a little GDL editing).</description>
      <pubDate>Thu, 22 Jan 2004 19:23:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6213#M1213</guid>
      <dc:creator>David Larrew</dc:creator>
      <dc:date>2004-01-22T19:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Alternative?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6214#M1214</link>
      <description>&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;The "Label" objects will do just what you are asking (with a little forethought/planning and a little GDL editing).&lt;/BLOCKQUOTE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Have you found a way to get &lt;B&gt;any&lt;/B&gt; parameter's value of an object ? &lt;BR /&gt;
 &lt;BR /&gt;
Let's say I put a parameter called 'desc' in which I will put a string telling "Manufacturer, Product XYZ, etc".... &lt;BR /&gt;
 &lt;BR /&gt;
How can I get the value of 'desc' in the script used in the label ?</description>
      <pubDate>Fri, 23 Jan 2004 08:53:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6214#M1214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-01-23T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Alternative?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6215#M1215</link>
      <description>&lt;BLOCKQUOTE&gt;Geoffroy wrote:&lt;BR /&gt;
Have you found a way to get &lt;B&gt;any&lt;/B&gt; parameter's value of an object ? &lt;BR /&gt;
 &lt;BR /&gt;
Let's say I put a parameter called 'desc' in which I will put a string telling "Manufacturer, Product XYZ, etc".... &lt;BR /&gt;
 &lt;BR /&gt;
How can I get the value of 'desc' in the script used in the label ?&lt;/BLOCKQUOTE&gt;

Create a Label Object to pull the parameter into, then use:&lt;BR /&gt;
&lt;BR /&gt;
REQUEST ("ASSOCLP_PARVALUE", "expr", name_or_index,&lt;BR /&gt;
        type, flags, dim1, dim2, values)&lt;BR /&gt;
&lt;BR /&gt;
You can also set-up GLOB_USER variables to pull information from other Objects.&lt;BR /&gt;
&lt;BR /&gt;
There is a related thread at:&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://www.graphisoft.com/community/arc ... .php?t=648&amp;quot;&amp;gt;http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/community/arc ... .php?t=648"&gt;http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;</description>
      <pubDate>Mon, 26 Jan 2004 16:40:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6215#M1215</guid>
      <dc:creator>David Larrew</dc:creator>
      <dc:date>2004-01-26T16:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Labeling Alternative?</title>
      <link>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6216#M1216</link>
      <description>&lt;BLOCKQUOTE&gt;David wrote:&lt;BR /&gt;Create a Label Object to pull the parameter into, then use:&lt;BR /&gt;
&lt;BR /&gt;
REQUEST ("ASSOCLP_PARVALUE", "expr", name_or_index,&lt;BR /&gt;
        type, flags, dim1, dim2, values)&lt;BR /&gt;
&lt;BR /&gt;
You can also set-up GLOB_USER variables to pull information from other Objects.&lt;BR /&gt;
&lt;BR /&gt;
There is a related thread at:&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://www.graphisoft.com/community/arc ... .php?t=648&amp;quot;&amp;gt;http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/community/arc ... .php?t=648"&gt;http://www.graphisoft.com/community/archicad-talk/viewtopic.php?t=648&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;/BLOCKQUOTE&gt;

Thanks for the link, I will have to try when I'll find some time...</description>
      <pubDate>Mon, 26 Jan 2004 21:43:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Labeling-Alternative/m-p/6216#M1216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-01-26T21:43:08Z</dc:date>
    </item>
  </channel>
</rss>

