<?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: user defined PRISM in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293016#M4039</link>
    <description>You can do it with PUT(), GET()/USE() functions.</description>
    <pubDate>Thu, 31 May 2018 09:06:54 GMT</pubDate>
    <dc:creator>Miha Nahtigal</dc:creator>
    <dc:date>2018-05-31T09:06:54Z</dc:date>
    <item>
      <title>user defined PRISM</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293011#M4034</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I’m new to gdl, and I’m trying to create an object that is basically a PRISM but with the number of edges defined by the user.&lt;BR /&gt;
Is this possible?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 May 2018 13:39:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293011#M4034</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2018-05-29T13:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: user defined PRISM</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293012#M4035</link>
      <description>&lt;BLOCKQUOTE&gt;Achille wrote:&lt;BR /&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I’m new to gdl, and I’m trying to create an object that is basically a PRISM but with the number of edges defined by the user.&lt;BR /&gt;
Is this possible?&lt;/BLOCKQUOTE&gt;

Do you mean can you allow the user to make it for example, a triangle, hexagon, octagon etc but entering in the amount of edges? What is the range that you want them to be able to enter?</description>
      <pubDate>Tue, 29 May 2018 15:36:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293012#M4035</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-05-29T15:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: user defined PRISM</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293013#M4036</link>
      <description>You should try the following and see if it fits your needs.&lt;BR /&gt;
You can set the "8" to be it's own integer parameter and allow that to be adjustable by the user. &lt;BR /&gt;
this is the most straight forward way I can think of
&lt;PRE&gt;resol 8
cylind zzyzx, radius&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 May 2018 15:41:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293013#M4036</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-05-29T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: user defined PRISM</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293014#M4037</link>
      <description>By using &lt;B&gt;CYLIND&lt;/B&gt; there is no need to define the vertices. How do you set the orientation? Can &lt;B&gt;CYLIND&lt;/B&gt; display all edges?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Wed, 30 May 2018 01:45:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293014#M4037</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2018-05-30T01:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: user defined PRISM</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293015#M4038</link>
      <description>Thanks for the replies!&lt;BR /&gt;
Nice thought to use CYLIND, but it is not suitable for me as the shape is always symmetric and I do not want this.&lt;BR /&gt;
What I want to create is a steel plate. The steel plate can have from a minimum of 4 to a max of 8 edges, but it is not necessarily symmetric. So I thought to create a PRISM with its number of points being parametric. The problem is that it only works for a PRISM with 8 edges, if there are less edges I get the error of too many parameters.&lt;BR /&gt;
Is there a way to ignore some parameters?</description>
      <pubDate>Thu, 31 May 2018 08:02:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293015#M4038</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2018-05-31T08:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: user defined PRISM</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293016#M4039</link>
      <description>You can do it with PUT(), GET()/USE() functions.</description>
      <pubDate>Thu, 31 May 2018 09:06:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293016#M4039</guid>
      <dc:creator>Miha Nahtigal</dc:creator>
      <dc:date>2018-05-31T09:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: user defined PRISM</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293017#M4040</link>
      <description>&lt;BLOCKQUOTE&gt;vuego wrote:&lt;BR /&gt;You can do it with PUT(), GET()/USE() functions.&lt;/BLOCKQUOTE&gt;

Thanks @vuego !  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 01 Jun 2018 09:38:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/user-defined-PRISM/m-p/293017#M4040</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2018-06-01T09:38:04Z</dc:date>
    </item>
  </channel>
</rss>

