<?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: Slab Accessory Question in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79377#M28038</link>
    <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;
@Howard. &lt;BR /&gt;
May be you already did it? I remember a nice slab accessory you wrote.
&lt;/BLOCKQUOTE&gt;

It's approximation! &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
@Jame,&lt;BR /&gt;
There is a way to determine if the segment is curve. However it's very complicated.&lt;BR /&gt;
I would like to help. Let me know what's that you are trying to do.</description>
    <pubDate>Wed, 23 Apr 2008 16:45:34 GMT</pubDate>
    <dc:creator>LiHigh</dc:creator>
    <dc:date>2008-04-23T16:45:34Z</dc:date>
    <item>
      <title>Slab Accessory Question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79370#M28031</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;It seems that wall accessories can draw true arcs, while slab accessories cannot. I don't see anything in the polygon data from the slab that indicates a curve, and the default slab accessory objects use a chain of LINE2s to approximate arcs. If you use a dashed line type the results are not great.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone add to my limited knowledge?&lt;BR /&gt;
&lt;BR /&gt;
TIA,&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Apr 2008 19:57:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79370#M28031</guid>
      <dc:creator>James Murray</dc:creator>
      <dc:date>2008-04-22T19:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slab Accessory Question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79371#M28032</link>
      <description>Yes, you are right!</description>
      <pubDate>Wed, 23 Apr 2008 01:15:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79371#M28032</guid>
      <dc:creator>LiHigh</dc:creator>
      <dc:date>2008-04-23T01:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Slab Accessory Question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79372#M28033</link>
      <description>&lt;BLOCKQUOTE&gt;James wrote:&lt;BR /&gt;It seems that wall accessories can draw true arcs, while slab accessories cannot...&lt;/BLOCKQUOTE&gt;
Roofs can't either, can they?</description>
      <pubDate>Wed, 23 Apr 2008 04:13:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79372#M28033</guid>
      <dc:creator>Thomas Holm</dc:creator>
      <dc:date>2008-04-23T04:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Slab Accessory Question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79373#M28034</link>
      <description>&lt;BLOCKQUOTE&gt;Thomas wrote:&lt;BR /&gt;Roofs can't either, can they?&lt;/BLOCKQUOTE&gt;

No, they can't. Only wall accessory produces true 2D arcs. &lt;BR /&gt;
On other hand, 3D doesn't follow wall geometry (curved walls), so nothing is perfect.&lt;BR /&gt;
&lt;BR /&gt;
@James. &lt;BR /&gt;
I am afraid you will have to adapt wall accessory 2D data to slab accessory, to achieve this. Good luck, and a lot of patience.&lt;BR /&gt;
&lt;BR /&gt;
@Howard. &lt;BR /&gt;
May be you already did it? I remember a nice slab accessory you wrote.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Olivier</description>
      <pubDate>Wed, 23 Apr 2008 08:30:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79373#M28034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-23T08:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Slab Accessory Question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79374#M28035</link>
      <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;I am afraid you will have to adapt wall accessory 2D data to slab accessory, to achieve this. Good luck, and a lot of patience.&lt;/BLOCKQUOTE&gt;

Well, the wall accessories directly ask the walls if they are curved, since there's a subtype parameter for that. On the slab, you would have to analyze a series of points to see if it might represent a curve. It would hurt my head and it wouldn't be very robust IMO.&lt;BR /&gt;
&lt;BR /&gt;
Why can't that &lt;B&gt;ac_coords&lt;/B&gt; data be in x, y, s format, like it would be if you saved the slab as an object? Instead it's this weird hack to say where the polygons end, and no other status codes in sight.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 23 Apr 2008 11:58:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79374#M28035</guid>
      <dc:creator>James Murray</dc:creator>
      <dc:date>2008-04-23T11:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Slab Accessory Question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79375#M28036</link>
      <description>&lt;BLOCKQUOTE&gt;James wrote:&lt;BR /&gt;Why can't that &lt;B&gt;ac_coords&lt;/B&gt; data be in x, y, s format, like it would be if you saved the slab as an object? Instead it's this weird hack to say where the polygons end, and no other status codes in sight.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;&lt;/BLOCKQUOTE&gt;
Guess we'll need a new 3D engine before we get that.  But put it on the wish list!</description>
      <pubDate>Wed, 23 Apr 2008 13:35:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79375#M28036</guid>
      <dc:creator>Thomas Holm</dc:creator>
      <dc:date>2008-04-23T13:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Slab Accessory Question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79376#M28037</link>
      <description>&lt;BLOCKQUOTE&gt;James wrote:&lt;BR /&gt;Well, the wall accessories directly ask the walls if they are curved, since there's a subtype parameter for that. On the slab, you would have to analyze a series of points to see if it might represent a curve. It would hurt my head and it wouldn't be very robust IMO.&lt;/BLOCKQUOTE&gt;

You are right. We lack a subtype parameter for curved slabs/roofs. &lt;BR /&gt;
So it seems difficult/impossible to achieve this. May be the reason why GS did not implement this feature. &lt;BR /&gt;
&lt;BR /&gt;
And yes, struggling with these ac_coords and ac_whole_poly params is a pain.</description>
      <pubDate>Wed, 23 Apr 2008 14:03:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79376#M28037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-23T14:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Slab Accessory Question</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79377#M28038</link>
      <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;
@Howard. &lt;BR /&gt;
May be you already did it? I remember a nice slab accessory you wrote.
&lt;/BLOCKQUOTE&gt;

It's approximation! &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
@Jame,&lt;BR /&gt;
There is a way to determine if the segment is curve. However it's very complicated.&lt;BR /&gt;
I would like to help. Let me know what's that you are trying to do.</description>
      <pubDate>Wed, 23 Apr 2008 16:45:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Slab-Accessory-Question/m-p/79377#M28038</guid>
      <dc:creator>LiHigh</dc:creator>
      <dc:date>2008-04-23T16:45:34Z</dc:date>
    </item>
  </channel>
</rss>

