<?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: Creating an elliptical hemisphere in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400322#M5694</link>
    <description>&lt;P&gt;I only have 22 open at the moment.&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="BarryKelly_0-1696156339999.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/46626i167007DCB4A30DA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_0-1696156339999.png" alt="BarryKelly_0-1696156339999.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I see (AUS library).&lt;/P&gt;
&lt;P&gt;Unless it has changed in later versions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
    <pubDate>Sun, 01 Oct 2023 10:33:27 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2023-10-01T10:33:27Z</dc:date>
    <item>
      <title>Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400120#M5680</link>
      <description>&lt;P&gt;Is it possible to create an elliptical hemisphere like the image with GDL commands?&lt;BR /&gt;If so, what command should I use?&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="elliptical_hemisphere.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/46763i06F70C016B416CFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="elliptical_hemisphere.png" alt="elliptical_hemisphere.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:57:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400120#M5680</guid>
      <dc:creator>minami</dc:creator>
      <dc:date>2024-09-26T11:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400121#M5681</link>
      <description>&lt;P&gt;You could use a SPHERE and cut it in half.&lt;/P&gt;
&lt;P&gt;Or better still there is an ELLIPS command that is half a sphere where you can control the height independent of the radius.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But in either case to elongate one axis, you will need to use the MUL command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 06:37:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400121#M5681</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-09-29T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400125#M5682</link>
      <description>&lt;P&gt;For the shape presented,&amp;nbsp;&lt;STRONG&gt;ELLIPS&lt;/STRONG&gt;&amp;nbsp;would not work as that would create tangents along the cut rather than a&amp;nbsp;&lt;EM&gt;Spherical Cap&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the presented shape 3 variables would need to be defined. R1 you circles radius, R2 to distort it using&amp;nbsp;&lt;STRONG&gt;MUL&lt;/STRONG&gt; and H, used in conjunction with R1 to calculate R3, your spheres radius.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;R3 = ( R1^2 + H^2 ) / 2H&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With R3 in hand, you can then subtract H to set your&amp;nbsp;&lt;STRONG&gt;CUTPLANE&lt;/STRONG&gt;. OR better, offset your sphere into your cutplane.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ling.&lt;BR /&gt;&lt;BR /&gt;ps. Curious what would require such a shape... something that requires an object to be scripted...&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 07:31:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400125#M5682</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2023-09-29T07:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400147#M5686</link>
      <description>&lt;P&gt;If you don't want to use GDL an alternative would be to use the &lt;A href="https://help.graphisoft.com/AC/26/INT/index.htm?rhcsh=1&amp;amp;rhnewwnd=0&amp;amp;rhmapid=#t=_AC26_Help%2F040_ElementsVB%2F040_ElementsVB-118.htm%23XREF_63848_Options_for&amp;amp;rhsearch=shells&amp;amp;rhsyns=%20" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Shell&lt;/STRONG&gt;&lt;/A&gt; tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically you would draw a half ellipse and rotate it around the long axis by 180 degrees.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 10:52:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400147#M5686</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2023-09-29T10:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400153#M5687</link>
      <description>&lt;P&gt;Or just use the 'ellipsoid' primitive shape object in the default library.&lt;/P&gt;
&lt;P&gt;It even has a cutting plan for half an ellipsoid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 11:40:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400153#M5687</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-09-29T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400158#M5688</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&amp;nbsp;I can't believe the primitives are localised but I'm not seeing that split option in the UKI library...&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="DGSketcher_0-1695990940436.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/46559i4850D1DE1138B1A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DGSketcher_0-1695990940436.png" alt="DGSketcher_0-1695990940436.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 12:37:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400158#M5688</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2023-09-29T12:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400322#M5694</link>
      <description>&lt;P&gt;I only have 22 open at the moment.&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="BarryKelly_0-1696156339999.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/46626i167007DCB4A30DA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_0-1696156339999.png" alt="BarryKelly_0-1696156339999.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I see (AUS library).&lt;/P&gt;
&lt;P&gt;Unless it has changed in later versions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 10:33:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400322#M5694</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-10-01T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400323#M5695</link>
      <description>&lt;P&gt;I just checked 26 and no there is no cutting plane option or hollow shell.&lt;/P&gt;
&lt;P&gt;Why do they take options away?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a semi-sphere object, but you can not stretch it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That ellipsoid I have in 22 may even be from an older library still.&lt;/P&gt;
&lt;P&gt;It has no license restrictions or author information I can see, so I have attached it here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 10:45:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400323#M5695</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-10-01T10:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400367#M5696</link>
      <description>&lt;P&gt;Yep, Ellipsoid 22 does not have the option...&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 01:49:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400367#M5696</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2023-10-02T01:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400369#M5697</link>
      <description>&lt;P&gt;I checked out the origin of that object I posted and it looks like it is from version 10.&lt;/P&gt;
&lt;P&gt;It seems newer amended objects are not always better (did someone say 'cabinets' ? )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 02:30:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400369#M5697</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-10-02T02:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an elliptical hemisphere</title>
      <link>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400371#M5698</link>
      <description>&lt;P&gt;I will refer to the GDL I received.&lt;BR /&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 02:56:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Creating-an-elliptical-hemisphere/m-p/400371#M5698</guid>
      <dc:creator>minami</dc:creator>
      <dc:date>2023-10-02T02:56:02Z</dc:date>
    </item>
  </channel>
</rss>

