<?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 REF COMPONENT Property Script Follow Up in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/REF-COMPONENT-Property-Script-Follow-Up/m-p/46845#M4303</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I have been expanding on a previous question using the REF COMPONANT command. I have a part for roof purlins that creates purlins at a roof slope and spaces them according to a variable "spacing" Is it possible to use a variable, not a global variable, in the REF COMPONANT command? See Below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;IF beam_sizes="6x6" THEN&lt;BR /&gt;
REF COMPONENT "X60060600" , "300" , ((SYMB_A_SIZE*3.2808)/spacing)&lt;BR /&gt;
ENDIF&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
I have been able to get the part to return the global variable but the calculation isn't correct. The script runs OK, there aren't any errors but the calculation isn't right. I shouldn't need to multiply by 3.2808 since the number is aleady in feet and inches. Any Ideas? Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Barry&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 19 Mar 2005 00:30:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-03-19T00:30:48Z</dc:date>
    <item>
      <title>REF COMPONENT Property Script Follow Up</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/REF-COMPONENT-Property-Script-Follow-Up/m-p/46845#M4303</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I have been expanding on a previous question using the REF COMPONANT command. I have a part for roof purlins that creates purlins at a roof slope and spaces them according to a variable "spacing" Is it possible to use a variable, not a global variable, in the REF COMPONANT command? See Below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;IF beam_sizes="6x6" THEN&lt;BR /&gt;
REF COMPONENT "X60060600" , "300" , ((SYMB_A_SIZE*3.2808)/spacing)&lt;BR /&gt;
ENDIF&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
I have been able to get the part to return the global variable but the calculation isn't correct. The script runs OK, there aren't any errors but the calculation isn't right. I shouldn't need to multiply by 3.2808 since the number is aleady in feet and inches. Any Ideas? Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Barry&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 19 Mar 2005 00:30:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/REF-COMPONENT-Property-Script-Follow-Up/m-p/46845#M4303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-19T00:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: REF COMPONENT Property Script Follow Up</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/REF-COMPONENT-Property-Script-Follow-Up/m-p/46846#M4304</link>
      <description>Sorry guys, I hate to answer my own questions but here is what I came up with. It is possible to use a variable in the REF COMPONANT command. I had a bad formula in my head. See Below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;IF beam_sizes="CUSTOM" THEN&lt;BR /&gt;
REF COMPONENT "X60060600" , "300" , ((SYMB_B_SIZE*3.2808)*(SYMB_A_SIZE/spacing))&lt;BR /&gt;
ENDIF&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
The formula works better but first estimates are that the number returned is about 25% low, might be another math error. Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Sat, 19 Mar 2005 00:58:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/REF-COMPONENT-Property-Script-Follow-Up/m-p/46846#M4304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-03-19T00:58:47Z</dc:date>
    </item>
  </channel>
</rss>

