<?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 Place 15 library part  - 2D display discrepancy in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124613#M16094</link>
    <description>&lt;BLOCKQUOTE&gt;sinceV6 wrote:&lt;BR /&gt;....It has a parameter for schedules, but as noted, independent object renumbering is a real pain, so I made the ID usable as numbering starting point. It's faster.&lt;BR /&gt;
&lt;BR /&gt;
..... &lt;BR /&gt;
&lt;BR /&gt;
Best regards.&lt;/BLOCKQUOTE&gt;

I had been using PARKING PLACE, which has not NUMBER OF SPACES parameter... So, snooping around, I found PARKING STALL which does... Not sure why there are two objects?</description>
    <pubDate>Tue, 18 Feb 2014 17:42:21 GMT</pubDate>
    <dc:creator>vfrontiers</dc:creator>
    <dc:date>2014-02-18T17:42:21Z</dc:date>
    <item>
      <title>Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124606#M16087</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi All&lt;BR /&gt;
&lt;BR /&gt;
I believe there's a glaring omission with the library part "Parking Place 15", or something that is causing a discrepancy in the way that it displays in 3D vs 2D. &lt;BR /&gt;
&lt;BR /&gt;
Problem is as follows:&lt;BR /&gt;
&lt;BR /&gt;
I've setup a 3D document to use as a site plan - this is a view created from the 3D window looking directly down at the site &lt;BR /&gt;
&lt;BR /&gt;
(as per this post: &lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?printertopic=1&amp;amp;t=26467&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=0&amp;amp;finish_rel=-10000" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... rel=-10000"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?printertopic=1&amp;amp;t=26467&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=0&amp;amp;finish_rel=-10000&lt;/LINK_TEXT&gt;&lt;/A&gt;. ) &lt;BR /&gt;
&lt;BR /&gt;
Then I placed the parking lines with numbering turned on. The numbering looks fine in the 2D plan window, but looks different in the 3D window.  &lt;BR /&gt;
&lt;BR /&gt;
This is because there's obviously a 2D and 3D representation of the object, but becuase there are no setting for the 3D text, this means that there is no way to edit the 3D appearance to match the 2D. So now I have to make a work around (i.e turn it off in 3D and re-draw it in the 3D document window as 2D elements)&lt;BR /&gt;
&lt;BR /&gt;
Or am I missing something here?&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 09:49:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124606#M16087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T09:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124607#M16088</link>
      <description>Confirmed the bug that you found in this object.  Will report it, but here's a fix:&lt;BR /&gt;
&lt;BR /&gt;
In the 3D script, as shown in the attached screenshot, replace:&lt;BR /&gt;

&lt;PRE&gt;		add 2*sw,sw,0&lt;/PRE&gt;
with
&lt;PRE&gt;		add tl,tb,0&lt;/PRE&gt;

to position the numbers at the same spot as in 2D (although they will be the same outline font).  The existing code always placed the number 2 stripe-widths to the right of a stripe, and one stripe-width above the end of the stripe.  The corrected code uses the user specified offset values to move the numbers.&lt;BR /&gt;
&lt;BR /&gt;
One way to easily make the change in a new object is to place a Parking Place 15, select it, open its code via the menus or ctrl-shift-O (oh) / cmd-shift-O.  After making the change, do a Save As into your embedded library.&lt;BR /&gt;
&lt;BR /&gt;
Finally, select your existing, customized parking place objects (one at a time), open Object Settings, navigate to the Embedded library and (ctrl-alt / cmd-option) into the thumbnail for your modified object.  Click OK.  The corrected object will replace the placed object with all customization you had done earlier.&lt;BR /&gt;
&lt;BR /&gt;
If there is another bug, please post here - I'll link this thread to the bug report.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Tue, 28 Feb 2012 17:57:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124607#M16088</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2012-02-28T17:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124608#M16089</link>
      <description>Excellent! thanks Karl.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 29 Feb 2012 07:35:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124608#M16089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T07:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124609#M16090</link>
      <description>Hi&lt;BR /&gt;
There's one more minor bug, aside from the font issue, is the text orientation. In 2D it can be set to be always readable or to align with the object. In 3D the text can only be aligned with the object which results in text being upside down or at an angle...</description>
      <pubDate>Wed, 29 Feb 2012 11:08:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124609#M16090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T11:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124610#M16091</link>
      <description>Further to this issue - the 2D rotation of text does not seem to work with the AC15 Parking library part - a user has to renumber a large series of parking numbers that were originally drawn as 2d lines and Text - I suggested they use the library part to speed things up, but now the orientation in plan does not seem to work. The options are Readable or Align with object. Presumably the 'Readable' option would show the text vertical regardless of the orientation of the object, but it doesn't seem to work. Or is something else overriding it?&lt;BR /&gt;
&lt;BR /&gt;
Karl do you know of a GDL fix for this?</description>
      <pubDate>Tue, 18 Feb 2014 10:56:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124610#M16091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-18T10:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124611#M16092</link>
      <description>While your at it... PLEASE include an "upgrade" to this object that merely adds a parameter for TOTAL SPACES...  &lt;BR /&gt;
&lt;BR /&gt;
I believe this is a huge omission in that if you want to count the TOTAL spaces on a site with many little snippets of parking, you really can't..&lt;BR /&gt;
&lt;BR /&gt;
I know, you sequence the numbering, but during design, this fluctuates all over the place.. and editing a snippet at the beginning of the sequence, will cause havoc...&lt;BR /&gt;
&lt;BR /&gt;
If there is a DERIVED PARAMETER that shows total spaces, this can be used in Interactive Scheduling to keep a current count...&lt;BR /&gt;
&lt;BR /&gt;
And, while were providing this upgrade, please give us the option to Display &lt;BR /&gt;
    a.  Total Spaces (as a dimension (sort of) or as a bullet number&lt;BR /&gt;
    b.  Space numbering (as current object)&lt;BR /&gt;
    c.  Both&lt;BR /&gt;
&lt;BR /&gt;
My 2 pennies worth...!</description>
      <pubDate>Tue, 18 Feb 2014 14:43:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124611#M16092</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2014-02-18T14:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124612#M16093</link>
      <description>Hi.&lt;BR /&gt;
I have been editing and changing that object's options over the years to fit my needs and likings. The version I use helps for rapid layout development. For the text alignment I made a few options: off(aligned with symbol), horizontal (regardless of object's rotation), vertical (90°) and -90° for special cases. The rotation of the 3D text would be weird. Rotation on plan is representative (or for reading purposes), but 3D would be linked to renderings and 3D documents, and I assume the numbering would always be aligned to the parking space. It has a parameter for schedules, but as noted, independent object renumbering is a real pain, so I made the ID usable as numbering starting point. It's faster.&lt;BR /&gt;
&lt;BR /&gt;
The fixes are not that hard, but require a bit of GDL hassle. I don't know if I can post it, as it is a modified version of the original part of the AC library.&lt;BR /&gt;
&lt;BR /&gt;
OR&lt;BR /&gt;
&lt;BR /&gt;
if you have a large parking layout, or a site with many little snippets of parking, as Duane puts it, and you need to keep track and count, you can use this parking object I made, it's really complex, but helps A LOT:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=43722" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=43722"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=43722&lt;/LINK_TEXT&gt;&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Best regards.</description>
      <pubDate>Tue, 18 Feb 2014 17:22:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124612#M16093</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2014-02-18T17:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124613#M16094</link>
      <description>&lt;BLOCKQUOTE&gt;sinceV6 wrote:&lt;BR /&gt;....It has a parameter for schedules, but as noted, independent object renumbering is a real pain, so I made the ID usable as numbering starting point. It's faster.&lt;BR /&gt;
&lt;BR /&gt;
..... &lt;BR /&gt;
&lt;BR /&gt;
Best regards.&lt;/BLOCKQUOTE&gt;

I had been using PARKING PLACE, which has not NUMBER OF SPACES parameter... So, snooping around, I found PARKING STALL which does... Not sure why there are two objects?</description>
      <pubDate>Tue, 18 Feb 2014 17:42:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124613#M16094</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2014-02-18T17:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124614#M16095</link>
      <description>&lt;BLOCKQUOTE&gt;vfrontiers wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;sinceV6 wrote:&lt;BR /&gt;....It has a parameter for schedules, but as noted, independent object renumbering is a real pain, so I made the ID usable as numbering starting point. It's faster.&lt;BR /&gt;
&lt;BR /&gt;
..... &lt;BR /&gt;
&lt;BR /&gt;
Best regards.&lt;/BLOCKQUOTE&gt;

I had been using PARKING PLACE, which has not NUMBER OF SPACES parameter... So, snooping around, I found PARKING STALL which does... Not sure why there are two objects?&lt;/BLOCKQUOTE&gt;

I meant the object I edited.&lt;BR /&gt;
&lt;BR /&gt;
Still, in the object, that fix is relatively simple:&lt;BR /&gt;
&lt;BR /&gt;
Create a new parameter to store the total (although this will be per object), integer type, variable name: totalCount&lt;BR /&gt;
In the parameter script, just write:&lt;BR /&gt;

&lt;PRE&gt;PARAMETERS totalCount = inner_num&lt;/PRE&gt;

*inner_num is a variable calculated in the beginning of the master script.&lt;BR /&gt;
&lt;BR /&gt;
You can then use this parameter in schedules.&lt;BR /&gt;
Best regards.</description>
      <pubDate>Tue, 18 Feb 2014 18:18:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124614#M16095</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2014-02-18T18:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124615#M16096</link>
      <description>Got it V6...&lt;BR /&gt;
&lt;BR /&gt;
And yes, I have done that every release since 11... That's the ugh part...</description>
      <pubDate>Tue, 18 Feb 2014 18:30:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124615#M16096</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2014-02-18T18:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124616#M16097</link>
      <description>I did it just a couple of times... I then decided to keep it as a separate object, and update/upgrade/fix that. It has evolved well to what I need; it may not have what has been added in later updates, but it doesn't brake or change with new releases; and if I need something, I just add it.&lt;BR /&gt;
&lt;BR /&gt;
Cheers!</description>
      <pubDate>Tue, 18 Feb 2014 19:04:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124616#M16097</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2014-02-18T19:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124617#M16098</link>
      <description>&lt;BLOCKQUOTE&gt;sinceV6 wrote:&lt;BR /&gt;The fixes are not that hard, but require a bit of GDL hassle. I don't know if I can post it, as it is a modified version of the original part of the AC library.&lt;/BLOCKQUOTE&gt;

I asked the guys at GS about this.&lt;BR /&gt;
All ArchiCAD default library objects are saved with the "CC BY-ND v3.0" licence, which is a No-distribution licence, meaning that modified copies of these objects may not be distributed. Atteching them to a post here or putting them on BIMComponents.com would be considered distribution.&lt;BR /&gt;
In case of macro objects the case is slightly different: you can call them and use them in your objects so it is allowed to distribute objects created with the use of GS-created macro objects.</description>
      <pubDate>Wed, 19 Feb 2014 13:36:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124617#M16098</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-02-19T13:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124618#M16099</link>
      <description>&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;sinceV6 wrote:&lt;BR /&gt;The fixes are not that hard, but require a bit of GDL hassle. I don't know if I can post it, as it is a modified version of the original part of the AC library.&lt;/BLOCKQUOTE&gt;

I asked the guys at GS about this.&lt;BR /&gt;
All ArchiCAD default library objects are saved with the "CC BY-ND v3.0" licence, which is a No-distribution licence, meaning that modified copies of these objects may not be distributed. Atteching them to a post here or putting them on BIMComponents.com would be considered distribution.&lt;BR /&gt;
In case of macro objects the case is slightly different: you can call them and use them in your objects so it is allowed to distribute objects created with the use of GS-created macro objects.&lt;/BLOCKQUOTE&gt;

Did you ask the same guys if they'd mind upgrading the Parking Space object to give us a counter?&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:18:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124618#M16099</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2014-02-19T15:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124619#M16100</link>
      <description>No, that is another guy.&lt;BR /&gt;
But I will report it to them as a wish.</description>
      <pubDate>Wed, 19 Feb 2014 15:20:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124619#M16100</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-02-19T15:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Parking Place 15 library part  - 2D display discrepancy</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124620#M16101</link>
      <description>Yeah... I remember reading that somewhere a long time ago. While I understand the license, in this case -and others- the "ND" part it's kind of a pity IMHO. Simple fixes as this one help other people carry on with current work, and GS takes some time to fix these simple things.&lt;BR /&gt;
&lt;BR /&gt;
On the other hand, I can see the chaos if everyone started to modify and post edited versions of the objects in the library. 3 or 4 people working on the same object with different outcomes for different needs... that's 3 or 4 unofficial library parts that started the same, but might end in something entirely different.&lt;BR /&gt;
&lt;BR /&gt;
In any case, you can see posts around the forum that include the code and changes needed to fix things like these. Is there any real difference? Just my thoughts.&lt;BR /&gt;
&lt;BR /&gt;
Cheers!</description>
      <pubDate>Wed, 19 Feb 2014 16:02:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parking-Place-15-library-part-2D-display-discrepancy/m-p/124620#M16101</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2014-02-19T16:02:01Z</dc:date>
    </item>
  </channel>
</rss>

