<?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: Parking Lot in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196011#M22865</link>
    <description>You know that there is a Parking Lot Object in the Library already? You can use it as a template to start.</description>
    <pubDate>Wed, 14 Oct 2009 15:56:46 GMT</pubDate>
    <dc:creator>Eduardo Rolon</dc:creator>
    <dc:date>2009-10-14T15:56:46Z</dc:date>
    <item>
      <title>Parking Lot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196009#M22863</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi..is there any way to create in GDL an object made by lines in 2d and in the script configure some parameter to obtain an auto numbering of the object, so when i delete one the other objects placed in the floor plan automatically change?, this way i can place this parking lot and always have the number of objects placed?, i dont know if i really made right the question because i speak spanish and my english its very poor..&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;..thanks!!&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 27 Sep 2009 23:45:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196009#M22863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-27T23:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Lot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196010#M22864</link>
      <description>Yes. You can do this with more advanced programming. Take the Archicad Railing for instance. It automatically fills in the correct number of vertical slats in the railing based on the spacing the user enters for each vertical slat and the total length of the Railing. You could create an object that has a Parameter for the Number of Parking Lines and a Parameter for the Distance Between Parking Lines. The routine would then make an object that draws the correct number of lines at the correct spacing with numbers in between each space (if you're wanting to number the parking spaces). It would automatically number each space starting at a number you assign it. This could be done for lines that are parallel to each other like most parking spaces are.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Wed, 14 Oct 2009 15:06:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196010#M22864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-14T15:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Lot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196011#M22865</link>
      <description>You know that there is a Parking Lot Object in the Library already? You can use it as a template to start.</description>
      <pubDate>Wed, 14 Oct 2009 15:56:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196011#M22865</guid>
      <dc:creator>Eduardo Rolon</dc:creator>
      <dc:date>2009-10-14T15:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Lot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196012#M22866</link>
      <description>I think Trex may be wanting to place 2 or more separate parking objects on a plan.&lt;BR /&gt;
Then if he deletes one the others all re-number accordingly.&lt;BR /&gt;
I don't think that would be possible to automate as objects can't relate to each other.&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 15 Oct 2009 03:18:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196012#M22866</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2009-10-15T03:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Lot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196013#M22867</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;...&lt;BR /&gt;
Then if he deletes one the others all re-number accordingly.&lt;BR /&gt;
I don't think that would be possible to automate as objects can't relate to each other.&lt;BR /&gt;
Barry.&lt;/BLOCKQUOTE&gt;

Exactly. Using user globals for this purpose is totally indeterministic (they should be set from the master GDL only). You need parameters for the staring numbers and then you have to set them separately.&lt;BR /&gt;
&lt;BR /&gt;
The object in the library is quite smart one but is serves just one specific need. I'm afraid you need to place an individual object instance for each row in your parking lot - in case you don't have a regular raster...&lt;BR /&gt;
&lt;BR /&gt;
Regs,&lt;BR /&gt;
Zsolt</description>
      <pubDate>Thu, 15 Oct 2009 06:44:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196013#M22867</guid>
      <dc:creator>ztaskai</dc:creator>
      <dc:date>2009-10-15T06:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Lot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196014#M22868</link>
      <description>Hi Folks,&lt;BR /&gt;
&lt;BR /&gt;
I think one could create a single object with an array of lots, with status(on/off), x&amp;amp;y position and rotation individual parameters...&lt;BR /&gt;
&lt;BR /&gt;
With a simple lot counter inside a loop it could give the total number of lots and distribute along the "active" lots...&lt;BR /&gt;
&lt;BR /&gt;
I think its pretty doable...&lt;BR /&gt;
&lt;BR /&gt;
HTH.</description>
      <pubDate>Thu, 15 Oct 2009 11:34:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196014#M22868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T11:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Lot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196015#M22869</link>
      <description>Theres a numbering tag that is sequential. I downloaded from archiradar ages ago.....&lt;BR /&gt;
Its noy what you lookig for but it help a great deal...</description>
      <pubDate>Thu, 15 Oct 2009 12:04:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196015#M22869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T12:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Lot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196016#M22870</link>
      <description>Theres a numbering tag that is sequential. I downloaded from archiradar ages ago.....&lt;BR /&gt;
Its not what you lookig for but it help a great deal...</description>
      <pubDate>Thu, 15 Oct 2009 12:04:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Lot/m-p/196016#M22870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T12:04:21Z</dc:date>
    </item>
  </channel>
</rss>

