<?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: Store Profile data in GDL Parameters using Request in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Store-Profile-data-in-GDL-Parameters-using-Request/m-p/703553#M8463</link>
    <description>&lt;P&gt;Curious to know what is the purpose of this?&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2026 01:25:18 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2026-05-25T01:25:18Z</dc:date>
    <item>
      <title>Store Profile data in GDL Parameters using Request</title>
      <link>https://community.graphisoft.com/t5/GDL/Store-Profile-data-in-GDL-Parameters-using-Request/m-p/703538#M8461</link>
      <description>&lt;P&gt;I'm trying to extract data from a profile and memorize them in the parameters of an objects using REQUEST.&lt;/P&gt;
&lt;P&gt;It seams this option is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the code I used in parameter script.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dim geometry []
dim nnn[]
dim xx[]
dim yy[]
n = REQUEST ("Profile_default_geometry", ar_profile_type, geometry)
nnn[1] = geometry [1]

for t = 1 to nnn[1]
	xx[t] =  geometry[1+(t-1)*5+1]
	yy[t] =  geometry[1+(t-1)*5+2]
next t

parameters xx = xx
parameters yy = yy

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you never have this kind of issue?&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 Apple Silicon Sequoia&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2026 16:47:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Store-Profile-data-in-GDL-Parameters-using-Request/m-p/703538#M8461</guid>
      <dc:creator>Mario Sacco</dc:creator>
      <dc:date>2026-05-24T16:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Store Profile data in GDL Parameters using Request</title>
      <link>https://community.graphisoft.com/t5/GDL/Store-Profile-data-in-GDL-Parameters-using-Request/m-p/703553#M8463</link>
      <description>&lt;P&gt;Curious to know what is the purpose of this?&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 01:25:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Store-Profile-data-in-GDL-Parameters-using-Request/m-p/703553#M8463</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2026-05-25T01:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Store Profile data in GDL Parameters using Request</title>
      <link>https://community.graphisoft.com/t5/GDL/Store-Profile-data-in-GDL-Parameters-using-Request/m-p/703559#M8464</link>
      <description>&lt;P&gt;Not what you want to hear,&amp;nbsp; in the GDL manual:&lt;/P&gt;
&lt;P&gt;Compatibility: introduced in Archicad 21.&lt;BR /&gt;PROFILE_DEFAULT_GEOMETRY&lt;BR /&gt;n = REQUEST("PROFILE_DEFAULT_GEOMETRY", name_or_index, n1, n2, ..., nm,&lt;BR /&gt;x11, y11, edgeVisible11, vertEdgeVisible11, additionalStatus11, ...,&lt;BR /&gt;x1n1, y1n1, edgeVisible1n1, vertEdgeVisible1n1, additionalStatus1n1,&lt;BR /&gt;x21, y21, edgeVisible21, vertEdgeVisible21, additionalStatus21, ...,&lt;BR /&gt;x2n2, y2n2, edgeVisible2n2, vertEdgeVisible2n2, additionalStatus2n2,&lt;BR /&gt;...,&lt;BR /&gt;xm1, ym1, edgeVisiblem1, vertEdgeVisiblem1, additionalStatusm1, ...,&lt;BR /&gt;xmnm, ymnm, edgeVisiblemnm, vertEdgeVisiblemnm, additionalStatusmnm)&lt;BR /&gt;Returns the original geometric data of the profile identified by name or index.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Expression returns 0 and contains dummy return values (empty string&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;or 0) if used in parameter script (or master scripts run as parameter script), causing additional warning.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the values in the script, but&amp;nbsp;you cannot use the "Parameters" command to assign the values to the objects parameters.&lt;/P&gt;
&lt;P&gt;I hope this is useful.&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;</description>
      <pubDate>Mon, 25 May 2026 02:20:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Store-Profile-data-in-GDL-Parameters-using-Request/m-p/703559#M8464</guid>
      <dc:creator>AllanP</dc:creator>
      <dc:date>2026-05-25T02:20:11Z</dc:date>
    </item>
  </channel>
</rss>

