<?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: Projecting a fill????? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1796#M42208</link>
    <description>I don't think it's possible while we don't know the 2D shape.</description>
    <pubDate>Thu, 13 Nov 2003 15:05:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2003-11-13T15:05:50Z</dc:date>
    <item>
      <title>Projecting a fill?????</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1791#M42203</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I have an object that the 2d view is projected. &lt;B&gt;&lt;U&gt;&lt;/U&gt;&lt;/B&gt;&lt;S&gt;&lt;B&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/B&gt;&lt;/S&gt;This maybe a stupid question&lt;E&gt;&lt;/E&gt;. What I want to do is place a fill in 2d view, so can I fill read off the projection to make it an easy fix? I don't believe it’s possible but I wanted to here it from some gurus.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt;&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 08 Nov 2003 23:21:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1791#M42203</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2003-11-08T23:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Projecting a fill?????</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1792#M42204</link>
      <description>&lt;BLOCKQUOTE&gt;Red wrote:&lt;BR /&gt;What I want to do is place a fill in 2d view, so can I fill read off the projection to make it an easy fix? I don't believe it’s possible but I wanted to here it from some gurus.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt;&lt;/BLOCKQUOTE&gt;

It is possible, using the PROJECT2 codes in the 2D script.&lt;BR /&gt;
&lt;BR /&gt;
Have to check exactly what they are, and will come back before someone else beats me to it &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; Don't have the docs handy ...&lt;BR /&gt;
&lt;BR /&gt;
However, expect long regen times.</description>
      <pubDate>Sun, 09 Nov 2003 03:59:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1792#M42204</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2003-11-09T03:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Projecting a fill?????</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1793#M42205</link>
      <description>THE 2D SCRIPT SHOULD READ:&lt;BR /&gt;
&lt;BR /&gt;
PROJECT2 3,270,2&lt;BR /&gt;
&lt;BR /&gt;
EXCLAIM OUT THE REST OF THE CODE, IF ANY.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
FROM PAGE 125 OF THE GDL REFERENCE</description>
      <pubDate>Sun, 09 Nov 2003 06:23:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1793#M42205</guid>
      <dc:creator>Dwight</dc:creator>
      <dc:date>2003-11-09T06:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Projecting a fill?????</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1794#M42206</link>
      <description>&lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;&lt;B&gt;Normal Fill&lt;/B&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
if rf then&lt;BR /&gt;
add2 0,-b/2&lt;BR /&gt;
	set fill JF&lt;BR /&gt;
	poly2_b     5,  2,  JP,  91,&lt;BR /&gt;
		0-O,0,1,&lt;BR /&gt;
		a-T/2,0,1,&lt;BR /&gt;
		a-T/2,b,1,&lt;BR /&gt;
		0-O,b,1,&lt;BR /&gt;
		0-O,0,1&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;&lt;B&gt;Projected FIll&lt;/B&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
I'm guessing a projected fill would be scripted like this??&lt;BR /&gt;
&lt;BR /&gt;
if rf then&lt;BR /&gt;
add2 0,-b/2&lt;BR /&gt;
	set fill JF&lt;BR /&gt;
	poly2_b     5,  2,  JP,  91,&lt;BR /&gt;
                PROJECT2 3, 270, 2&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 13 Nov 2003 14:59:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1794#M42206</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2003-11-13T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Projecting a fill?????</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1795#M42207</link>
      <description>&lt;BLOCKQUOTE&gt;Red wrote:&lt;BR /&gt;&lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;&lt;B&gt;Normal Fill&lt;/B&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
if rf then&lt;BR /&gt;
add2 0,-b/2&lt;BR /&gt;
	set fill JF&lt;BR /&gt;
	poly2_b     5,  2,  JP,  91,&lt;BR /&gt;
		0-O,0,1,&lt;BR /&gt;
		a-T/2,0,1,&lt;BR /&gt;
		a-T/2,b,1,&lt;BR /&gt;
		0-O,b,1,&lt;BR /&gt;
		0-O,0,1&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;&lt;/U&gt;&lt;S&gt;&lt;U&gt;&lt;U&gt;&lt;/U&gt;&lt;/U&gt;&lt;/S&gt;&lt;B&gt;Projected FIll&lt;/B&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
I'm guessing a projected fill would be scripted like this??&lt;BR /&gt;
&lt;BR /&gt;
if rf then&lt;BR /&gt;
add2 0,-b/2&lt;BR /&gt;
	set fill JF&lt;BR /&gt;
	poly2_b     5,  2,  JP,  91,&lt;BR /&gt;
                PROJECT2 3, 270, 2&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" style="display : inline;" /&gt;&lt;/BLOCKQUOTE&gt;

No,&lt;BR /&gt;
&lt;BR /&gt;
Just put in&lt;BR /&gt;
&lt;BR /&gt;
PROJECT2 3, 270,2 &lt;BR /&gt;
&lt;BR /&gt;
no poly2 is needed.</description>
      <pubDate>Thu, 13 Nov 2003 15:05:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1795#M42207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-11-13T15:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Projecting a fill?????</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1796#M42208</link>
      <description>I don't think it's possible while we don't know the 2D shape.</description>
      <pubDate>Thu, 13 Nov 2003 15:05:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1796#M42208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2003-11-13T15:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Projecting a fill?????</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1797#M42209</link>
      <description>&lt;BLOCKQUOTE&gt;Wolf wrote:&lt;BR /&gt;I don't think it's possible while we don't know the 2D shape.&lt;/BLOCKQUOTE&gt;

PROJECT2 does the 2D projection of the shape(s) defined in the 3D script.</description>
      <pubDate>Fri, 14 Nov 2003 08:28:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1797#M42209</guid>
      <dc:creator>Djordje</dc:creator>
      <dc:date>2003-11-14T08:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Projecting a fill?????</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1798#M42210</link>
      <description>Just use:&lt;BR /&gt;
PROJECT2{2}  projection_code, angle, method&lt;BR /&gt;
             [, backgroundColor, fillOrigoX,&lt;BR /&gt;
             fillOrigoY, filldirection]</description>
      <pubDate>Fri, 14 Nov 2003 08:50:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Projecting-a-fill/m-p/1798#M42210</guid>
      <dc:creator>LiHigh</dc:creator>
      <dc:date>2003-11-14T08:50:52Z</dc:date>
    </item>
  </channel>
</rss>

