<?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 FPRISM_ Status Code for curved hill in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585844#M44744</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot find or work out the status code that will hide the contour lines of the curved hill on an FPRISM_.&lt;/P&gt;
&lt;P&gt;The FPRISM_ is the perfect gdl to make the shape of furniture, but it keeps coming through with lined contours. I know I could just make it from a morph but I would love to be able to put in parameters for this kind of table top in future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anyone can let me know what I am missing it would be very much appreciated. I am making this in Archicad 25.&lt;/P&gt;
&lt;P&gt;I have the tabletop script below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Variable Parameters required&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"surf_Tab" (Surface)
"det_Lvl" (Integer)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Parameter Script&lt;/U&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;VALUES{2}  "det_Lvl"  1,  'Low',
2, 'High'&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;3D Script below&lt;/U&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;PUT 0.24994, 0, 79,
1.28524, 0, 79,
1.42172, 0.21224, 1079,
1.29411, 0.49208, 79,
1.10268, 0.65632, 1079,
0.65978, 0.78139, 79,
0.04272, 0.4361, 1079,
0.00935, 0.31795, 79,
0.24994, 0, 1079

IF det_Lvl = 1 THEN !&amp;lt;--------------------------------------Low Detail
PRISM_NSP/3, 0.05,
USE (NSP)
ENDIF

IF det_Lvl = 2 THEN !&amp;lt;--------------------------------------High Detail
FPRISM_ surf_Tab, surf_Tab, surf_Tab, surf_Tab,
NSP/3, 0.035, 0, 0.035,
USE (NSP)
MULZ -1
FPRISM_ surf_Tab, surf_Tab, surf_Tab, surf_Tab,
NSP/3, 0.015, 0, 0.015,
GET (NSP)
DEL 1
ENDIF&lt;/LI-CODE&gt;&lt;/DIV&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="FPRISM_ Contour Lines.png" style="width: 640px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52832iFF8E3490773E2229/image-dimensions/640x399?v=v2" width="640" height="399" role="button" title="FPRISM_ Contour Lines.png" alt="FPRISM_ Contour Lines.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Sun, 04 Feb 2024 17:52:02 GMT</pubDate>
    <dc:creator>KB-at-CWA</dc:creator>
    <dc:date>2024-02-04T17:52:02Z</dc:date>
    <item>
      <title>FPRISM_ Status Code for curved hill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585844#M44744</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot find or work out the status code that will hide the contour lines of the curved hill on an FPRISM_.&lt;/P&gt;
&lt;P&gt;The FPRISM_ is the perfect gdl to make the shape of furniture, but it keeps coming through with lined contours. I know I could just make it from a morph but I would love to be able to put in parameters for this kind of table top in future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anyone can let me know what I am missing it would be very much appreciated. I am making this in Archicad 25.&lt;/P&gt;
&lt;P&gt;I have the tabletop script below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Variable Parameters required&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"surf_Tab" (Surface)
"det_Lvl" (Integer)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Parameter Script&lt;/U&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;VALUES{2}  "det_Lvl"  1,  'Low',
2, 'High'&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;3D Script below&lt;/U&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;PUT 0.24994, 0, 79,
1.28524, 0, 79,
1.42172, 0.21224, 1079,
1.29411, 0.49208, 79,
1.10268, 0.65632, 1079,
0.65978, 0.78139, 79,
0.04272, 0.4361, 1079,
0.00935, 0.31795, 79,
0.24994, 0, 1079

IF det_Lvl = 1 THEN !&amp;lt;--------------------------------------Low Detail
PRISM_NSP/3, 0.05,
USE (NSP)
ENDIF

IF det_Lvl = 2 THEN !&amp;lt;--------------------------------------High Detail
FPRISM_ surf_Tab, surf_Tab, surf_Tab, surf_Tab,
NSP/3, 0.035, 0, 0.035,
USE (NSP)
MULZ -1
FPRISM_ surf_Tab, surf_Tab, surf_Tab, surf_Tab,
NSP/3, 0.015, 0, 0.015,
GET (NSP)
DEL 1
ENDIF&lt;/LI-CODE&gt;&lt;/DIV&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="FPRISM_ Contour Lines.png" style="width: 640px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/52832iFF8E3490773E2229/image-dimensions/640x399?v=v2" width="640" height="399" role="button" title="FPRISM_ Contour Lines.png" alt="FPRISM_ Contour Lines.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2024 17:52:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585844#M44744</guid>
      <dc:creator>KB-at-CWA</dc:creator>
      <dc:date>2024-02-04T17:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: FPRISM_ Status Code for curved hill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585846#M44745</link>
      <description>&lt;P&gt;HPRISM will give you an extra status control that will allow you to control the visibility of the hill edges.&lt;/P&gt;
&lt;P&gt;FPRISM does not have that control.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 00:24:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585846#M44745</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-01-30T00:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: FPRISM_ Status Code for curved hill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585868#M44746</link>
      <description>&lt;P&gt;Thanks Barry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I totally missed HPRISM_&lt;/P&gt;&lt;P&gt;But why does FPRISM_ still exist?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 03:40:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585868#M44746</guid>
      <dc:creator>KB-at-CWA</dc:creator>
      <dc:date>2024-01-30T03:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: FPRISM_ Status Code for curved hill</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585871#M44747</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/53029"&gt;@KB-at-CWA&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;But why does FPRISM_ still exist?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Legacy.&lt;/P&gt;
&lt;P&gt;If it was removed, any existing objects using it will stop working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 03:48:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/FPRISM-Status-Code-for-curved-hill/m-p/585871#M44747</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-01-30T03:48:01Z</dc:date>
    </item>
  </channel>
</rss>

