<?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: how to set custom width text on dimension marker in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240924#M2392</link>
    <description>These parameters exist and as Miha_M said, they are deep in the GDL script.&lt;BR /&gt;
In order to bring them and make the usable, my first guess would be to use Expressions. I don't have the correct answer, but I believe by some calculations this could be achievable.</description>
    <pubDate>Wed, 24 Jul 2019 04:25:45 GMT</pubDate>
    <dc:creator>agroni</dc:creator>
    <dc:date>2019-07-24T04:25:45Z</dc:date>
    <item>
      <title>how to set custom width text on dimension marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240921#M2389</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello, &lt;BR /&gt;
I wasn't sure what to name my question, but I hope it becomes clear here.&lt;BR /&gt;
&lt;BR /&gt;
I have a window object where the user can choose to have the window consist of several smaller frames (see images). When creating a dimension marker, the width should be displayed as a sum of the width of the frames, which, as is the case in the images below, means .595+.595 or .397+.397+.397 instead of 1.190. How would I be able to do this?&lt;BR /&gt;





&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 09:32:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240921#M2389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T09:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to set custom width text on dimension marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240922#M2390</link>
      <description>I don't think Archicad by default can do this without custom GDL scripting for the window element and even with this you would need to use some tweaked ID marker or tweaked label to display the value you'd like to have displayed.&lt;BR /&gt;
This is some amount of work I wouldn't want to do for a few placed windows..., I would go for plain text.&lt;BR /&gt;
&lt;BR /&gt;
If somebody does have a better solution I'd like to know about it as well.</description>
      <pubDate>Tue, 23 Jul 2019 09:25:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240922#M2390</guid>
      <dc:creator>Miha_M</dc:creator>
      <dc:date>2019-07-23T09:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to set custom width text on dimension marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240923#M2391</link>
      <description>I believe that these dimension markers measure the &lt;B&gt;Wallhole&lt;/B&gt; so if you want a label that shows the size break downs, you will need to manually script it in.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 24 Jul 2019 01:18:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240923#M2391</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-07-24T01:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to set custom width text on dimension marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240924#M2392</link>
      <description>These parameters exist and as Miha_M said, they are deep in the GDL script.&lt;BR /&gt;
In order to bring them and make the usable, my first guess would be to use Expressions. I don't have the correct answer, but I believe by some calculations this could be achievable.</description>
      <pubDate>Wed, 24 Jul 2019 04:25:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240924#M2392</guid>
      <dc:creator>agroni</dc:creator>
      <dc:date>2019-07-24T04:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to set custom width text on dimension marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240925#M2393</link>
      <description>Properties might be a solution. But there is no direct access to GDL properties so no way to access iWindowType which determines the number of panels in Window Macro. &lt;BR /&gt;
&lt;BR /&gt;
The simplest way would be using the name of the window element and then make Expression Properti based on it. So if its double window you divide the width by two... etc. It, of course, would work with even divisions of panels. &lt;BR /&gt;
&lt;BR /&gt;
To make it work with labels you need to tweak GDLs. There is also an IFC window element in the internal library which is less complicated so you can try with it.</description>
      <pubDate>Wed, 24 Jul 2019 09:41:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240925#M2393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T09:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to set custom width text on dimension marker</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240926#M2394</link>
      <description>1, need to determine the number of sashes&lt;BR /&gt;
2, get the width of each sash&lt;BR /&gt;
&lt;BR /&gt;
I tried to get the parameters of the window to judge, but the parameters of the window are too complicated. I can't find the number of sashes and the width of the sash.&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;n = REQUEST("ASSOCLP_PARVALUE",GetName, DUMMY_name_index, DUMMY_type, DUMMY_flags, DUMMY_dim1, DUMMY_dim2, name)
&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Jul 2019 01:50:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/how-to-set-custom-width-text-on-dimension-marker/m-p/240926#M2394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-25T01:50:12Z</dc:date>
    </item>
  </channel>
</rss>

