<?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 Custom Distorsion - Fill Patterns in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708644#M70316</link>
    <description>&lt;P&gt;Here is something that is bugging me for years and I never got to raise this question due to automation of my brain. Well...today something broke and I am raising the hand.&lt;BR /&gt;When choosing custom distorsion for fills, the arms are defaulting to the real dimension of 3' 3/8" (or 1 meter for the sane part of the world). Why is that a thing?&lt;BR /&gt;Since all parameters of any fill are in archicad, could this tool just grab the "PATTERN UNIT" as the measurable distance and display 1, and let me scale much more easy to what I need from there?&lt;BR /&gt;Why do I have to do crazy math (aka how many patterns I have in 3' 3/8" and how many I have to achieve...) or simply (more often then none) winging it and fiddle with the damn thing until I get a visual match?&lt;BR /&gt;Is that hard to implement?&lt;BR /&gt;I found no discussion on this, which tells me that something may be wrong with me or the way I do things. Can you customize that and I am all out of touch (getting older takes me there...)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-07-15 at 12.30.20 PM.png" style="width: 800px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/103598i5E6AD6BA4EF6B66C/image-dimensions/800x515?v=v2" width="800" height="515" role="button" title="Screenshot 2026-07-15 at 12.30.20 PM.png" alt="Screenshot 2026-07-15 at 12.30.20 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Mac Intel-based Tahoe 26.5.2&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2026 11:26:40 GMT</pubDate>
    <dc:creator>Lucian Laculeanu</dc:creator>
    <dc:date>2026-07-16T11:26:40Z</dc:date>
    <item>
      <title>Custom Distorsion - Fill Patterns</title>
      <link>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708644#M70316</link>
      <description>&lt;P&gt;Here is something that is bugging me for years and I never got to raise this question due to automation of my brain. Well...today something broke and I am raising the hand.&lt;BR /&gt;When choosing custom distorsion for fills, the arms are defaulting to the real dimension of 3' 3/8" (or 1 meter for the sane part of the world). Why is that a thing?&lt;BR /&gt;Since all parameters of any fill are in archicad, could this tool just grab the "PATTERN UNIT" as the measurable distance and display 1, and let me scale much more easy to what I need from there?&lt;BR /&gt;Why do I have to do crazy math (aka how many patterns I have in 3' 3/8" and how many I have to achieve...) or simply (more often then none) winging it and fiddle with the damn thing until I get a visual match?&lt;BR /&gt;Is that hard to implement?&lt;BR /&gt;I found no discussion on this, which tells me that something may be wrong with me or the way I do things. Can you customize that and I am all out of touch (getting older takes me there...)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-07-15 at 12.30.20 PM.png" style="width: 800px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/103598i5E6AD6BA4EF6B66C/image-dimensions/800x515?v=v2" width="800" height="515" role="button" title="Screenshot 2026-07-15 at 12.30.20 PM.png" alt="Screenshot 2026-07-15 at 12.30.20 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Mac Intel-based Tahoe 26.5.2&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 11:26:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708644#M70316</guid>
      <dc:creator>Lucian Laculeanu</dc:creator>
      <dc:date>2026-07-16T11:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Distorsion - Fill Patterns</title>
      <link>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708650#M70318</link>
      <description>&lt;P&gt;When you code an object in GDL, the base unit is in meters.&lt;/P&gt;
&lt;P&gt;When you code an addon, the base unit is meters.&lt;/P&gt;
&lt;P&gt;The unit is a meter for the program.&lt;/P&gt;
&lt;P&gt;Lazy programming has not added the pattern size to the custom distortion because;&lt;/P&gt;
&lt;P&gt;you can change from pattern "A" to pattern "B" that may have different pattern sizes, and then that would change the distortion handles,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so they just stick to percentage distortion based on the unit size of the program.&lt;/P&gt;
&lt;P&gt;its very logical for people who work in metric.&lt;/P&gt;
&lt;P&gt;It is annoying, but it is logical for a lazy programmer to choose percentage over constant variables(and just ignore the problems that imperial units bring).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if this helps.&lt;/P&gt;
&lt;P&gt;P.S.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you change the working units to metric(meters)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So to scale the fill to;&lt;/P&gt;
&lt;P&gt;50% when using imperial, type "0.5" for the length/distance,&lt;/P&gt;
&lt;P&gt;200% when using imperial, type "2" for the length/distance, etc...&lt;/P&gt;
&lt;P&gt;then change back to imperial, it makes it easier&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Project-data-BIM/Metric-Imperial/td-p/228025" target="_blank"&gt;https://community.graphisoft.com/t5/Project-data-BIM/Metric-Imperial/td-p/228025&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 00:48:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708650#M70318</guid>
      <dc:creator>AllanP</dc:creator>
      <dc:date>2026-07-16T00:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Distorsion - Fill Patterns</title>
      <link>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708872#M70319</link>
      <description>&lt;P&gt;Allan, thank you for your reply.&lt;BR /&gt;You pointed out some interesting things and I have to apologize if I seem to be contradicting you or be negative in any way. Just facts.&lt;BR /&gt;No coding is unit dependent. A unit of 1 is 1 regardless of what you are defining it as, so the base of 1m could be just their reference in the studio, giving that in Hungary they use metric, but the software is also sold in countries with imperial units for quite hefty prices I may say... For the price I expect to have some ears pointed out towards this "player base" not to be expected to live with it.&lt;BR /&gt;I will leave the laziness of the coder to others. My theories point more towards corporate...&lt;BR /&gt;&lt;BR /&gt;Even if that would be the case, there is nothing logical to it. It is true that is easy to do math in base of 10, but still math for conversion regardless.&lt;BR /&gt;Don't want to toot my own horn here, but if the brackets would be 1 unit (pattern) then conversions would be faster mentally and universal. That was my point. If the user is changing patterns, then it is the user's responsibility to reset and resize per use. I fail to see how that is more intricate than today's procedure.&lt;BR /&gt;&lt;BR /&gt;I don't even know why I'm raising the question when everyone seems to be used with a status quo like living with herpes...&amp;nbsp;&lt;BR /&gt;At least I said my peace.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 00:12:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708872#M70319</guid>
      <dc:creator>Lucian Laculeanu</dc:creator>
      <dc:date>2026-07-17T00:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Distorsion - Fill Patterns</title>
      <link>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708888#M70320</link>
      <description>&lt;P&gt;Never thought about it previously since I work in metric, but thinking about it, it is odd that the handles are a static size based on metric rather than unitless and independant of your zoom factor and scale. It is not like the handles actually reference the size of the fill...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 02:40:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708888#M70320</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2026-07-17T02:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Distorsion - Fill Patterns</title>
      <link>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708892#M70321</link>
      <description>&lt;P&gt;Programs like Autocad and Microstation are unit-less,&lt;/P&gt;
&lt;P&gt;But&lt;/P&gt;
&lt;P&gt;Archciad stores its data in metric, some people say mm, but the API documentation always uses meters as the length unit,&lt;/P&gt;
&lt;P&gt;and Revit stores its data in decimal feet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but your real problem is really annoying...&lt;/P&gt;
&lt;P&gt;Thought experiment;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I place fill with;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;pattern "A" pattern size 3inch by 3inch,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;and I want to stretch it to&amp;nbsp; 2inch by 4inch,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I then change the fill to;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;pattern "B" pattern size 2inch by 4inch,&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Do I want&amp;nbsp; the patten to then match the original stretch, or do i want it to be a percentage stretch?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should Archicad add a "Stretch pattern by unit size" option?&lt;/P&gt;
&lt;P&gt;what other options would you want for adjusting fill pattern size?&lt;/P&gt;
&lt;P&gt;is that already in the wish list, or in the development roadmap?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 03:36:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Custom-Distorsion-Fill-Patterns/m-p/708892#M70321</guid>
      <dc:creator>AllanP</dc:creator>
      <dc:date>2026-07-17T03:36:24Z</dc:date>
    </item>
  </channel>
</rss>

