<?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: Parameters / Schedules. Reveal Side Dimensions in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-Schedules-Reveal-Side-Dimensions/m-p/228941#M2672</link>
    <description>I used properties expression and it works! (: Thanks &lt;BR /&gt;
It's huge relief because the amount of macro in window object is terrifying.</description>
    <pubDate>Fri, 31 May 2019 13:17:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-31T13:17:04Z</dc:date>
    <item>
      <title>Parameters / Schedules. Reveal Side Dimensions</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-Schedules-Reveal-Side-Dimensions/m-p/228939#M2670</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello.&lt;BR /&gt;
&lt;BR /&gt;
It's been couple of days since I struggle with one, particular problem. I would like to pull specific dimension out of the label I created. Then, put this dimension in the schedule. &lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://i.ibb.co/N9Vdmfd/Screen-Shot-2019-05-30-at-16-48-24.png" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
It's all about VP dimension. In order to show VP in the label, I used script.&lt;BR /&gt;

&lt;PRE&gt;if iUnitDimension = DIM_MEASURED then
		_widthValue = WIDO_RSIDE_WIDTH : _heightValue = (WIDO_RSIDE_HEIGHT - sSillThickness)
		_iUnitTypeByContent  	= 7		! "Windor_Door_Dimension"
&lt;/PRE&gt;

&lt;BR /&gt;
It works perfectly until I try to put it in the schedule. I created the parameter "iDimVP". I scripted it like:&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;! Master Script
iDimVP = WIDO_N_RSIDE_WIDTH
PARAMETERS iDimVP = iDimVP&lt;/PRE&gt;

&lt;BR /&gt;
But it doesn't show up in the schedule. &lt;BR /&gt;
&lt;BR /&gt;
Question is: &lt;BR /&gt;
&lt;BR /&gt;
How to create parameter which could be readable in Schedule?&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 May 2019 15:08:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-Schedules-Reveal-Side-Dimensions/m-p/228939#M2670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters / Schedules. Reveal Side Dimensions</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-Schedules-Reveal-Side-Dimensions/m-p/228940#M2671</link>
      <description>You can't schedule a label (or any annotation elements).&lt;BR /&gt;
You will have to schedule the element (window?) the label is attached to.&lt;BR /&gt;
The label gets its information from that element anyway.&lt;BR /&gt;
&lt;BR /&gt;
If you are manipulating the information from the window in the label script itself, then you will need to do the same in the window script.&lt;BR /&gt;
Or maybe you can do it with expressions in properties - that way you don't have to touch the window scripts.&lt;BR /&gt;
You can then schedule the resulting properties.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 31 May 2019 01:20:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-Schedules-Reveal-Side-Dimensions/m-p/228940#M2671</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-05-31T01:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters / Schedules. Reveal Side Dimensions</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameters-Schedules-Reveal-Side-Dimensions/m-p/228941#M2672</link>
      <description>I used properties expression and it works! (: Thanks &lt;BR /&gt;
It's huge relief because the amount of macro in window object is terrifying.</description>
      <pubDate>Fri, 31 May 2019 13:17:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameters-Schedules-Reveal-Side-Dimensions/m-p/228941#M2672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T13:17:04Z</dc:date>
    </item>
  </channel>
</rss>

