<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

	<channel>
		<title>ufo academic forum &#187; Recent Posts</title>
		<link>http://forum.uforg.net/</link>
		<description>ufo academic forum &#187; Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 11 Mar 2010 07:41:01 +0000</pubDate>

					<item>
				<title>greedycheez on "Grasshopper Morphing problem"</title>
				<link>http://forum.uforg.net/topic.php?id=48#post-108</link>
				<pubDate>Thu, 28 May 2009 11:03:38 +0000</pubDate>
				<dc:creator>greedycheez</dc:creator>
				<guid isPermaLink="false">108@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;i have a problem with morphing a component on any kind of surface in grasshopper. i know that sporphing it works, and when i use grasshopper to morph any other kind of simple geometry it works (so nothing is wrong with my grasshopper file). please take a look? &#60;/p&#62;
&#60;p&#62;cheers,&#60;br /&#62;
wojciech.&#60;/p&#62;
&#60;p&#62;THE LINKS TO DOWNLOAD SCREENSHOT, GRASSHOPPER AND RHINO FILES ARE:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.4shared.com/file/108319990/e89e6e66/sponge_surface_morph.html&#34; rel=&#34;nofollow&#34;&#62;http://www.4shared.com/file/108319990/e89e6e66/sponge_surface_morph.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.4shared.com/file/108321328/8a32e876/sponge_4_3d_voronoi_12_trial.html&#34; rel=&#34;nofollow&#34;&#62;http://www.4shared.com/file/108321328/8a32e876/sponge_4_3d_voronoi_12_trial.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.4shared.com/file/108321408/bd4b9c71/MORPH_TEST.html&#34; rel=&#34;nofollow&#34;&#62;http://www.4shared.com/file/108321408/bd4b9c71/MORPH_TEST.html&#60;/a&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>manunrd82 on "Pinwhhel tiling"</title>
				<link>http://forum.uforg.net/topic.php?id=47#post-107</link>
				<pubDate>Wed, 13 May 2009 09:10:36 +0000</pubDate>
				<dc:creator>manunrd82</dc:creator>
				<guid isPermaLink="false">107@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Maybe I got it. Keeping what I have written in the previous e-maiI I think that depending on the position of the first triangle we have, the Iterations are similar but different in the angle of rotation:&#60;br /&#62;
The possible angles are really similar to the anglesof a triangle: 30°-60°-90° that correspond about respectively to arctg (1/2)=0,46 Rad= 23,36° ;     [pi/2 - arctg (1/2)]=1,57-0,46=1,11 Rad= 63,6°    and&#60;br /&#62;
pi/2=1,57 Rad=89,95°&#60;/p&#62;
&#60;p&#62;But these rotations always happens after a horizontal/vertical flip&#60;/p&#62;
&#60;p&#62;If you look at the example that I have attached here you can see that the first triangle has been firstly flip vertically and after rotated of arctg(1/2).....&#60;/p&#62;
&#60;p&#62;What do you think?&#60;br /&#62;
I have tried also with another position of the first triangleand seen that had to be flip horizontally and after rotated of pi/2
&#60;/p&#62;</description>
			</item>
					<item>
				<title>manunrd82 on "Pinwhhel tiling"</title>
				<link>http://forum.uforg.net/topic.php?id=47#post-106</link>
				<pubDate>Wed, 13 May 2009 09:09:54 +0000</pubDate>
				<dc:creator>manunrd82</dc:creator>
				<guid isPermaLink="false">106@http://forum.uforg.net/</guid>
				<description>&#60;br /&#62;</description>
			</item>
					<item>
				<title>manunrd82 on "Pinwhhel tiling"</title>
				<link>http://forum.uforg.net/topic.php?id=47#post-105</link>
				<pubDate>Wed, 13 May 2009 09:09:36 +0000</pubDate>
				<dc:creator>manunrd82</dc:creator>
				<guid isPermaLink="false">105@http://forum.uforg.net/</guid>
				<description>&#60;br /&#62;</description>
			</item>
					<item>
				<title>manunrd82 on "Pinwhhel tiling"</title>
				<link>http://forum.uforg.net/topic.php?id=47#post-104</link>
				<pubDate>Wed, 13 May 2009 08:46:19 +0000</pubDate>
				<dc:creator>manunrd82</dc:creator>
				<guid isPermaLink="false">104@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Hi, I'm trying to find all the rules that make a pinwheel tiling in order toget a gc script.&#60;br /&#62;
I'm writing whatever important I find so that maybe you can give me your feedback....&#60;br /&#62;
I think there are several way to get it:&#60;br /&#62;
1_ draw a triangle and subdivided it into 5 similar triangles.&#60;br /&#62;
2_Draw one triangle and starting with rotations, translations and reflections.&#60;/p&#62;
&#60;p&#62;STEP 1: drawing a pinwheel triangle (1,2,?5)&#60;br /&#62;
STEP 2a : rotate it with certain angles that, (I guess are different dipending on the position of the first triangle)&#60;br /&#62;
STEP 2b : divide it into 5 similar smaller triangles&#60;br /&#62;
STEP 3 : scale the resulting triangle composed of 5 other triangle with a scale factor of ?5&#60;br /&#62;
STEP 4 :so on...&#60;/p&#62;
&#60;p&#62;What is not clear yet is the starting point....draw and subdivide a triangle or draw it and rotate with angles as arct (0,5) ???&#60;br /&#62;
Thx&#60;br /&#62;
Manu
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Gc Replication"</title>
				<link>http://forum.uforg.net/topic.php?id=45#post-103</link>
				<pubDate>Tue, 05 May 2009 13:38:26 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">103@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;look here&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://communities.bentley.com/forums/thread/15415.aspx&#34; rel=&#34;nofollow&#34;&#62;http://communities.bentley.com/forums/thread/15415.aspx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;have a go and come back w specific questions!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "2nd problem: File extension"</title>
				<link>http://forum.uforg.net/topic.php?id=46#post-102</link>
				<pubDate>Tue, 05 May 2009 13:35:56 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">102@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;gc format is .gct
&#60;/p&#62;</description>
			</item>
					<item>
				<title>manunrd82 on "2nd problem: File extension"</title>
				<link>http://forum.uforg.net/topic.php?id=46#post-101</link>
				<pubDate>Mon, 04 May 2009 21:33:23 +0000</pubDate>
				<dc:creator>manunrd82</dc:creator>
				<guid isPermaLink="false">101@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;I saved a Gc file but now I can't open because is not in a recognized file format.&#60;br /&#62;
It's a DGN file. I guess is Microstation. Is there a default option in the saving function I have to change? It's the first time it happens.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>manunrd82 on "Gc Replication"</title>
				<link>http://forum.uforg.net/topic.php?id=45#post-100</link>
				<pubDate>Mon, 04 May 2009 21:20:45 +0000</pubDate>
				<dc:creator>manunrd82</dc:creator>
				<guid isPermaLink="false">100@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;I got many questions about it. Let me try.. I'm trying to ge the tiling in Gc so want to repicate the first&#60;br /&#62;
triangle I draw. How can I?&#60;br /&#62;
Thx
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Gc Replication"</title>
				<link>http://forum.uforg.net/topic.php?id=45#post-99</link>
				<pubDate>Mon, 04 May 2009 21:15:19 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">99@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you post your transaction file in the case you already made some attempts or otherwise at least a sketch or diagram of what you'd like to achieve.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Gustav
&#60;/p&#62;</description>
			</item>
					<item>
				<title>manunrd82 on "Gc Replication"</title>
				<link>http://forum.uforg.net/topic.php?id=45#post-98</link>
				<pubDate>Mon, 04 May 2009 16:00:35 +0000</pubDate>
				<dc:creator>manunrd82</dc:creator>
				<guid isPermaLink="false">98@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Hi,&#60;br /&#62;
how can I replicate a triangle in many directions as if I mirror it using an axes (as one of the sides) and in order to have it adjacent to the first?&#60;br /&#62;
Thx
&#60;/p&#62;</description>
			</item>
					<item>
				<title>greg on "QHull plug in for GC  (PointSet)"</title>
				<link>http://forum.uforg.net/topic.php?id=44#post-97</link>
				<pubDate>Mon, 02 Mar 2009 16:57:41 +0000</pubDate>
				<dc:creator>greg</dc:creator>
				<guid isPermaLink="false">97@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Hello!!!&#60;/p&#62;
&#60;p&#62;   Just something interesting I found in the BE forums. It allows you to create Voronoi diagrams in GC, with the use of a program called QHull that you need to install. Instructions can be found on &#60;a href=&#34;http://www.cerver.org&#34; rel=&#34;nofollow&#34;&#62;http://www.cerver.org&#60;/a&#62;, as well as an explanatory video of how it actually works.&#60;/p&#62;
&#60;p&#62;   I tried to make it work but I was not able to, I think I have not installed QHull properly as it seems to be a bit tricky. However, the programmer told me that it should work better in the V8i. You can track the conversation in the BE forum for GC.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://communities.bentley.com/forums/39544/ShowThread.aspx#39544&#34; rel=&#34;nofollow&#34;&#62;http://communities.bentley.com/forums/39544/ShowThread.aspx#39544&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Schedule for GC Workshops from the 25th to 27th"</title>
				<link>http://forum.uforg.net/topic.php?id=43#post-96</link>
				<pubDate>Wed, 25 Feb 2009 10:48:19 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">96@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Westminster University, 4th floor auditorium. 10 am - 6 pm.&#60;/p&#62;
&#60;p&#62;G
&#60;/p&#62;</description>
			</item>
					<item>
				<title>luis tillan on "Schedule for GC Workshops from the 25th to 27th"</title>
				<link>http://forum.uforg.net/topic.php?id=43#post-95</link>
				<pubDate>Tue, 24 Feb 2009 12:37:23 +0000</pubDate>
				<dc:creator>luis tillan</dc:creator>
				<guid isPermaLink="false">95@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Hello Gustav, &#60;/p&#62;
&#60;p&#62;Could you please let me know the schedule for the workshops from the 25th to the 27th......&#60;/p&#62;
&#60;p&#62;best, &#60;/p&#62;
&#60;p&#62;Luis
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Index selection"</title>
				<link>http://forum.uforg.net/topic.php?id=42#post-94</link>
				<pubDate>Mon, 23 Feb 2009 10:09:24 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">94@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;one way of accessing a certain progression of numbers is by modulo division. it gives the remainder afetr integer division; 5 mod 2 equals 3 and so on. look it up on mathworld or wikipedia for details if needed, but the present application would be something like:&#60;/p&#62;
&#60;p&#62;i mod 7 = 0 isolates the series {0,7,14,21...}&#60;/p&#62;
&#60;p&#62;i mod 3 = 2 isolates the series {5,8,11,14...}&#60;/p&#62;
&#60;p&#62;if you're actually only out to step between 2nd-depth indices 1 and 7 always, then just make the nested loop&#60;/p&#62;
&#60;p&#62;for (i=0;i&#38;lt;whatever.count;i++)&#60;br /&#62;
{&#60;br /&#62;
   for (j=0;j&#38;lt;whateverother.count;j++)&#60;br /&#62;
   {&#60;br /&#62;
    BSplineCurve projectedcurve = new BSplineCurve(this)&#60;/p&#62;
&#60;p&#62;    if (j mod 6 = 1)&#60;br /&#62;
    {&#60;br /&#62;
    projectedcurve.ByProjectionOnPlane(originalbsplinecurve[i][j], whateverPlane)&#60;br /&#62;
    }&#60;br /&#62;
   }&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Now I'm writing from memory so you might have to tweak it a little to actually output into the model space again. &#60;/p&#62;
&#60;p&#62;HTH&#60;/p&#62;
&#60;p&#62;G
&#60;/p&#62;</description>
			</item>
					<item>
				<title>andrea on "Index selection"</title>
				<link>http://forum.uforg.net/topic.php?id=42#post-93</link>
				<pubDate>Sun, 22 Feb 2009 03:40:26 +0000</pubDate>
				<dc:creator>andrea</dc:creator>
				<guid isPermaLink="false">93@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;hi, does anyone know of a way of selecting only features with odd indexes?&#60;br /&#62;
ie: I want to project a series of curves onto a surface. The curves come in pairs and their indexes are:&#60;br /&#62;
-bsplinecurve[0][0]       -bsplinecurve[1][0]&#60;br /&#62;
-bsplinecurve[0][1]       -bsplinecurve[1][1]&#60;br /&#62;
-bsplinecurve[0][7]       -bsplinecurve[1][7]&#60;br /&#62;
-bsplinecurve[0][8]       -bsplinecurve[1][8] and so on....for many curves&#60;br /&#62;
I would like to project only those ending in [x][1] or [x][7]. Is there a way of writing this?&#60;br /&#62;
[x][odd], or [x][i+1] or something along those lines?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Recursion Script"</title>
				<link>http://forum.uforg.net/topic.php?id=40#post-92</link>
				<pubDate>Wed, 18 Feb 2009 17:17:01 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">92@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;script works as far as playing all the way to the end without errors goes. could you use more images and less words please - upload a sketch or something of what you want to achieve. then state what you would like the script to do instead of what it is doing.&#60;/p&#62;
&#60;p&#62;gustav
&#60;/p&#62;</description>
			</item>
					<item>
				<title>greg on "Sun Study"</title>
				<link>http://forum.uforg.net/topic.php?id=41#post-91</link>
				<pubDate>Mon, 16 Feb 2009 16:43:11 +0000</pubDate>
				<dc:creator>greg</dc:creator>
				<guid isPermaLink="false">91@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Hello again. &#60;/p&#62;
&#60;p&#62;this about the parametric masterplan.&#60;/p&#62;
&#60;p&#62;Any ideas how I can tell GC to run a sequence of moments/light studies on a given period of time, in order to get a reading of the average light study of the area???&#60;/p&#62;
&#60;p&#62;I am thinking either to use goal seeker code, or using excel spreadsheets. To be hinest, I am not sure it would work, but I would like to have help with either way if possible, as I have never worked with either.&#60;/p&#62;
&#60;p&#62;Thanks again!!!&#60;/p&#62;
&#60;p&#62; <a class='bb_attachments_link' href='?bb_attachments=91&bbat=58'><img  src='?bb_attachments=91&bbat=58&inline' /></a>
&#60;/p&#62;</description>
			</item>
					<item>
				<title>greg on "Recursion Script"</title>
				<link>http://forum.uforg.net/topic.php?id=40#post-90</link>
				<pubDate>Mon, 16 Feb 2009 16:35:51 +0000</pubDate>
				<dc:creator>greg</dc:creator>
				<guid isPermaLink="false">90@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;I am attaching the final model I made for my abstract. Ii tried to clean up the recursion script as it was suggested by Tom on Saturday, but there was a problem. When I deleted the coordinate system, recursion was working,but it was also applying a coordinate system every time I changed the recursion depth, along with the circle that I originally wanted. With the first script that was not happening, but I do not understand why really.&#60;/p&#62;
&#60;p&#62;The reason this is a problem is because when I was trying to apply a point on the recursion circles and replicate it, it wouldn't work , because the coordinate system was part of the recursion feature as well.&#60;/p&#62;
&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62; <a class='bb_attachments_link' href='?bb_attachments=90&bbat=57'><img  src='?bb_attachments=90&bbat=57&inline' /></a>
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Orientation System"</title>
				<link>http://forum.uforg.net/topic.php?id=39#post-89</link>
				<pubDate>Wed, 11 Feb 2009 10:12:38 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">89@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;hey greg, i'm going to be rude and not respond all of your 10 simultaneous questions:&#60;/p&#62;
&#60;p&#62;- as in the answer to the previous forum question i think you should demote your ms object to a bsplinesurface to make sure it comes into gc correctly. i don't even know how you got it in to be frank, i can't even attach a smartsurface in the first place on my end..&#60;/p&#62;
&#60;p&#62;- how are the values output from 3dmax? not familiar with the system, but if you can output as text or similar then you can quite easily run it through excel or use the DataImporter feature and get the dynamic connection you're after.&#60;/p&#62;
&#60;p&#62;- srf deformations and points not projecting right i'll leave for now as it' likely to have to do with the smartsurface/bsplinsurface thing. try again.&#60;/p&#62;
&#60;p&#62;- connecting via indices: there is an option somewhere in line by lacing i think where you can specify &#34;corresponding indices&#34; or something similar. if that doesn't work it can be solved with a little function. explain a bit better what you actually need first though - a sketch says it better than a hundred words...&#60;/p&#62;
&#60;p&#62;hth&#60;/p&#62;
&#60;p&#62;g
&#60;/p&#62;</description>
			</item>
					<item>
				<title>greg on "Orientation System"</title>
				<link>http://forum.uforg.net/topic.php?id=39#post-88</link>
				<pubDate>Tue, 10 Feb 2009 15:09:28 +0000</pubDate>
				<dc:creator>greg</dc:creator>
				<guid isPermaLink="false">88@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Hello again!!!!&#60;/p&#62;
&#60;p&#62;I am trying to set up an accurate orientation lighting calculation system in GC.I have a few questions tho as I come accross certain difficulties.&#60;/p&#62;
&#60;p&#62;I project the points on the imported surface, which was a MS smartsurface promoted to a BSpline Surface, but the projection does not seem to work as expected. I am attaching the file, but I am afraid I can only send the attached surface via email because of the size, so if anyone wants to have it please let me know.&#60;/p&#62;
&#60;p&#62;Now, I am using the 3dmax daylight system, which gives me the azimuth and altitude values in numbers, where I translated them in a BySphericalCoordinatesCS. Is there a possibility of a string use where I can keep changing the values in 3dmax and are automatically updated in GC???&#60;/p&#62;
&#60;p&#62;By the way,when I promoted the surface, it changed proportion and became a lot smaller than the original one, and there where certain deformations in the surface. any ideas why that happened?&#60;/p&#62;
&#60;p&#62;Now lets say that for every individual point that is being projected on the surface, i want a line connecting those points. I tried to do that but it seems that all the sunpoints create a line to the few points that are actually projected.I only want a line where the case is for example......SunPoint[10][10] and ProjectedPoint [10][10] and not between SunPoint[10][10]ProjectedPoint [10][11] and so on...&#60;/p&#62;
&#60;p&#62;one last thing.I am thinking of using CS instead of points to imitate the sun. Then I would make a line by StartDirectionLength and where that line intersects the surface, create a point. I ll give it a go right now and see how it goes...&#60;/p&#62;
&#60;p&#62;Thank you very much!&#60;/p&#62;
&#60;p&#62; <a class='bb_attachments_link' href='?bb_attachments=88&bbat=55'><img  src='?bb_attachments=88&bbat=55&inline' /></a> <a class='bb_attachments_link' href='?bb_attachments=88&bbat=56'><img  src='?bb_attachments=88&bbat=56&inline' /></a>
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Trouble with SelectElementsWithinRangeAndPromoteToFeatures"</title>
				<link>http://forum.uforg.net/topic.php?id=38#post-87</link>
				<pubDate>Tue, 10 Feb 2009 14:14:12 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">87@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;yeah...trimmed surfaces are not that easy to transport between interfaces. if you repeat the process with no trims it will work. try then to either build it without trimming or aim to do the trims in gc. how did you import into ms btw?&#60;/p&#62;
&#60;p&#62;also - a &#34;zipfile.jpg&#34; still is not a zip-file. just ZIP the dang thing !! :)
&#60;/p&#62;</description>
			</item>
					<item>
				<title>Joao on "Trouble with SelectElementsWithinRangeAndPromoteToFeatures"</title>
				<link>http://forum.uforg.net/topic.php?id=38#post-86</link>
				<pubDate>Tue, 10 Feb 2009 13:04:52 +0000</pubDate>
				<dc:creator>Joao</dc:creator>
				<guid isPermaLink="false">86@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;That should narrow the problem to...my UNknowledge of MS;&#60;br /&#62;
or something related with ms levels and any kind of filter gc uses&#60;br /&#62;
in the zip file are the .dgn file and the original .3dm file;&#60;br /&#62;
the .dgn file in ms shows and detects the surface as it should (Bspline Surface).&#60;/p&#62;
&#60;p&#62;on other note, when I try to export the surface from rhino in iges format and then import it in ms it just doesnt import anything.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Trouble with SelectElementsWithinRangeAndPromoteToFeatures"</title>
				<link>http://forum.uforg.net/topic.php?id=38#post-85</link>
				<pubDate>Tue, 10 Feb 2009 12:33:35 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">85@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;last one (and a kind of silly one at that): more than once I've forgotten to give the object a visible color in ms. this gives you black on black and similar things, i.e. it's there but you can't see it...
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Trouble with SelectElementsWithinRangeAndPromoteToFeatures"</title>
				<link>http://forum.uforg.net/topic.php?id=38#post-84</link>
				<pubDate>Tue, 10 Feb 2009 12:16:37 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">84@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;surface.dgn becomes a 2d-file when extension is renamed back so that's probably the issue. upload again please. on another note - if you took the bsplinesurface into ms via iges import it would have become a &#34;smart surface&#34;, which is a different type of element to a bspline ditto even though they look the same. this might be why gc won't read it - try to drop it in ms (ms equivalent to &#34;explode&#34; in acad) and make sure it's of the &#34;bspline surface&#34; type in your dgn file.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Trouble with SelectElementsWithinRangeAndPromoteToFeatures"</title>
				<link>http://forum.uforg.net/topic.php?id=38#post-83</link>
				<pubDate>Tue, 10 Feb 2009 12:08:09 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">83@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;seems like &#34;surface.dgn&#34; is empty. this would indeed create an issue as gc can not yet do magic stunts :) don't know whether this is the same at your end or if it happened due to the .txt extension on the dgn-file while uploading. either way, do it again and just zip it!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>Joao on "Trouble with SelectElementsWithinRangeAndPromoteToFeatures"</title>
				<link>http://forum.uforg.net/topic.php?id=38#post-82</link>
				<pubDate>Mon, 09 Feb 2009 22:08:45 +0000</pubDate>
				<dc:creator>Joao</dc:creator>
				<guid isPermaLink="false">82@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Here goes:&#60;br /&#62;
Microstation + GC V8i&#60;/p&#62;
&#60;p&#62;Trying to import a surface from Rhino into GC and use it to populate with points,&#60;/p&#62;
&#60;p&#62;Opened .3dm file in MS and saved it as .dgn&#60;br /&#62;
ModelAttachment of .dgn file it's ok,&#60;br /&#62;
Create 2 points and set the Range (seems) ok,&#60;br /&#62;
bsplineSurface SelectElementsWithinRangeAndPromoteToFeature&#60;/p&#62;
&#60;p&#62;Surface doesn't show in GC and at the &#38;quot;Symbolic Diagram&#38;quot; showed as red, can't find anywhere a error message or something that explain what is going wrong.&#60;/p&#62;
&#60;p&#62;Any sharp pair of eyes - and mind - that can figure it out?&#60;/p&#62;
&#60;p&#62; <a class='bb_attachments_link' href='?bb_attachments=82&bbat=45'><img  src='?bb_attachments=82&bbat=45&inline' /></a>&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;(surface.txt is actually surface.dgn rename file extension)&#60;/strong&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>greg on "Recursive Circles 2"</title>
				<link>http://forum.uforg.net/topic.php?id=37#post-81</link>
				<pubDate>Wed, 04 Feb 2009 17:35:40 +0000</pubDate>
				<dc:creator>greg</dc:creator>
				<guid isPermaLink="false">81@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;i will try that, thank you very much Gustav!!!!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Recursive Circles 2"</title>
				<link>http://forum.uforg.net/topic.php?id=37#post-80</link>
				<pubDate>Wed, 04 Feb 2009 17:32:39 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">80@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;much better, thanks. seems to me you could create your recursive component based on a circlebycenterradius rather than this overly complicated way of lines and polygons. then you array a number of points of your choice along the ledge you've drawn and apply the comp there, by centerpoint.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>greg on "Recursive Circles 2"</title>
				<link>http://forum.uforg.net/topic.php?id=37#post-79</link>
				<pubDate>Wed, 04 Feb 2009 17:17:35 +0000</pubDate>
				<dc:creator>greg</dc:creator>
				<guid isPermaLink="false">79@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Can you try this one please? I hope this one is more clear.&#60;/p&#62;
&#60;p&#62; <a class='bb_attachments_link' href='?bb_attachments=79&bbat=44'><img  src='?bb_attachments=79&bbat=44&inline' /></a>
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "Recursive Circles 2"</title>
				<link>http://forum.uforg.net/topic.php?id=37#post-78</link>
				<pubDate>Wed, 04 Feb 2009 16:54:14 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">78@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;the script you've supplied is a bit messy. is your question how to make your diagram from your particular script or just how to make your diagram in general? also could you please supply a gct that only contains relevant elemnts to the question, thanks.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>greg on "Recursive Circles 2"</title>
				<link>http://forum.uforg.net/topic.php?id=37#post-77</link>
				<pubDate>Wed, 04 Feb 2009 16:32:58 +0000</pubDate>
				<dc:creator>greg</dc:creator>
				<guid isPermaLink="false">77@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;sorry the diagram didnt not upload on the previous one. Here it is.&#60;/p&#62;
&#60;p&#62; <a class='bb_attachments_link' href='?bb_attachments=77&bbat=43'><img  src='?bb_attachments=77&bbat=43&inline' /></a>
&#60;/p&#62;</description>
			</item>
					<item>
				<title>greg on "Recursive Circles 2"</title>
				<link>http://forum.uforg.net/topic.php?id=37#post-76</link>
				<pubDate>Wed, 04 Feb 2009 16:28:19 +0000</pubDate>
				<dc:creator>greg</dc:creator>
				<guid isPermaLink="false">76@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;Hello everyone. &#60;/p&#62;
&#60;p&#62;I need a bit of help with something I try to make in GC. I have a system of concentric circles as a component based on a polygon, and I want to populate a surface with it.I am including a diagram of what I want to do. Consider on the image that I want the circles to be on a ledge on the perimeter of  a certain buidling construction.Any simple way of doing that?&#60;/p&#62;
&#60;p&#62;Thank you very much!&#60;/p&#62;
&#60;p&#62; <a class='bb_attachments_link' href='?bb_attachments=76&bbat=41'><img  src='?bb_attachments=76&bbat=41&inline' /></a>
&#60;/p&#62;</description>
			</item>
					<item>
				<title>gustav on "how to import dwg to GC"</title>
				<link>http://forum.uforg.net/topic.php?id=34#post-73</link>
				<pubDate>Thu, 29 Jan 2009 00:12:55 +0000</pubDate>
				<dc:creator>gustav</dc:creator>
				<guid isPermaLink="false">73@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;bring in to microstation, resave as dgn, one for each data type. make modelattachment features in gc (one per file). promote using the appropriate data type (nb gc &#34;point&#34; is still ms &#34;line&#34;).&#60;/p&#62;
&#60;p&#62;for uploading in this forum, gct:s won't work, change extension to .txt.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>richard.schunemann@gmail.com on "how to import dwg to GC"</title>
				<link>http://forum.uforg.net/topic.php?id=34#post-72</link>
				<pubDate>Wed, 28 Jan 2009 22:00:41 +0000</pubDate>
				<dc:creator>richard.schunemann@gmail.com</dc:creator>
				<guid isPermaLink="false">72@http://forum.uforg.net/</guid>
				<description>&#60;p&#62;does anyone know how to import dwg's to gc?
&#60;/p&#62;</description>
			</item>
		
	</channel>

</rss>