<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Thomas Mahon's Activities</title><link>https://communities.bentley.com/members/1cd34dc4_2d00_5f20_2d00_41eb_2d00_bfde_2d00_7f60fb24cf34</link><description>Thomas Mahon's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>BCF (BIM Collaboration Format) in AECOSIM</title><link>https://communities.bentley.com/products/building/building_analysis___design/f/aecosim-speedikon-forum/108280/bcf-bim-collaboration-format-in-aecosim</link><pubDate>Sun, 28 Jun 2015 18:39:51 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:faf32b03-1e30-4737-be09-2effe2cee690</guid><dc:creator>rklaschka</dc:creator><description>&lt;p&gt;Is there a plan to make BCF exchange available in AECOSIM? It delivers largely the same functionality as Navigator does, but of course its cross platform so would facilitate work flows outside as well as inside platform. Its available in plug-in form for both the other major platforms Revit and ArchiCAD. In the UK where AECOSIM has a very small active user base we have to work with other software, there often simply the possibility of putting a single platform team together.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d be interested to hear others views on this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Create Curved Stair</title><link>https://communities.bentley.com/products/building/building_analysis___design/f/aecosim-speedikon-forum/130894/create-curved-stair</link><pubDate>Fri, 20 Jan 2017 16:24:21 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:fc7b6601-b404-4738-a360-5fba35092753</guid><dc:creator>Don Shepherd</dc:creator><description>&lt;p&gt;I am evaluating Aecosim for my office and have hit a snag..&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t find a way to create a curved stair....&lt;/p&gt;
&lt;p&gt;ie; stair that follows a gently curving wall...&lt;/p&gt;
&lt;p&gt;Question: Can Aecosim model a curved stair???&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>geometry is not added to DGNModel..</title><link>https://communities.bentley.com/products/products_generativecomponents/f/generativecomponents---forum/129760/geometry-is-not-added-to-dgnmodel</link><pubDate>Sat, 17 Dec 2016 15:40:33 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:1402803c-8f21-4da2-9f87-3ac38fb17139</guid><dc:creator>peter bojarov</dc:creator><description>&lt;p style="margin:0cm 0cm 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Hi, &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;I am a new to GC and i got a bit confused. I am creating replicated (nested polylines) through scrip function. I declare &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt 30px;"&gt;&lt;em&gt;global redeclare PolyLine PlotCells_01(inpParts,PartName,cName,int lColor, lStyle ,out retNames,out PolyLine HFSCurve)&lt;/em&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;then I create &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt 30px;"&gt;&lt;em&gt;HFSCurve = new PolyLine();&lt;/em&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt 30px;"&gt;&lt;em&gt;PolyLine HsCurves = new PolyLine(HFSCurve);&lt;/em&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;"&gt;In a loop I create:&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt;"&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt 60px;"&gt;&lt;em&gt;PolyLine interLine = new PolyLine(HsCurves);&lt;/em&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt 60px;"&gt;&lt;em&gt;interLine.ByVerticesAsDPoint3ds(Coor1, Points);&lt;/em&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt 30px;"&gt;&lt;em&gt;HFSCurve.Update();&lt;/em&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;If I have breakpoint included and &lt;/span&gt;&lt;em&gt;DebuggerTrigger = DebuggerTriggerLevel.Breakpoints&lt;/em&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt; , after going through debug process, I see polylines added to DGNModel. If I don&amp;rsquo;t include breakpoint or &lt;/span&gt;&lt;em&gt;DebuggerTrigger = DebuggerTriggerLevel.None&lt;/em&gt; &lt;span style="font-family:Calibri;font-size:medium;"&gt;I do not see any geometry added to the model.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Is it a normal behaviour of GCS? If yes, how can I plot(show) these polylines. If no, that do I do conceptually wrong?&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Sencerely &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 8pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Peter&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Times New Roman;font-size:medium;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>cell not updating</title><link>https://communities.bentley.com/products/products_generativecomponents/f/generativecomponents---forum/125916/cell-not-updating</link><pubDate>Fri, 09 Sep 2016 13:44:42 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:3257bd85-0064-4bc9-818a-b7f6268c9d35</guid><dc:creator>Pedro Serra</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m having some trouble with GC and the microstation cells (.cel). I&amp;#39;ve used the Cell node to place some cells arrays in a model. After that I&amp;#39;ve changed the original cell in the cell library, but when I go back to the GC model, there is no update of the cells. It still uses the old geometry from the original cell. In this file I can place the cell using the typical MS commands and the geometry is correct (updated). I&amp;#39;ve replayed and rebuild all the transactions already, I&amp;#39;ve exited and re-opened the file, still nothing.. Any ideas?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using GC extension with ABD SS6 U1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Solid by extrution from 2D cell in GC</title><link>https://communities.bentley.com/products/products_generativecomponents/f/generativecomponents---forum/125698/solid-by-extrution-from-2d-cell-in-gc</link><pubDate>Mon, 05 Sep 2016 13:30:17 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:823b8236-9e85-47cd-8785-7c7ff4101c6b</guid><dc:creator>Yijia Yin</dc:creator><description>&lt;p&gt;Hej ppl,&lt;/p&gt;
&lt;p&gt;having another question about GC again.&lt;/p&gt;
&lt;p&gt;We have our stand steel cross section as 2d cell libary, which can be placed in mircostation or with a GC node type &amp;#39;cell&amp;#39;.&lt;/p&gt;
&lt;p&gt;But if I want to extrude 2d cell into a solid, I couldnt find the correct method/option in solid node type.&lt;/p&gt;
&lt;p&gt;please look at the attached pic here:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/360/8446.Capture.JPG"&gt;&lt;img src="/resized-image/__size/600x0/__key/communityserver-discussions-components-files/360/6180.8446.Capture.JPG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;those steel cells are placed as 2d cell. I can extrude them manually by extrudtion tool, but GC node seems not really work.....&lt;/p&gt;
&lt;p&gt;any ideas?? thanks&lt;/p&gt;
&lt;p&gt;Leo&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>GC SS6 - Creating and Modifying ABD Floors - Simple Example</title><link>https://communities.bentley.com/products/products_generativecomponents/f/generativecomponents---forum/110262/gc-ss6---creating-and-modifying-abd-floors---simple-example</link><pubDate>Fri, 29 Apr 2016 15:34:29 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b2408528-5eab-4701-beb0-634a0e015e0a</guid><dc:creator>Marc Thomas</dc:creator><description>&lt;p&gt;Here is a simple example of using GC to drive ABD&amp;#39;s Floor Manager using&amp;nbsp;the new ABD Floor node &lt;a href="/other/old_site_member_blogs/peer_blogs/b/marc_thomass_blog/archive/2015/08/27/gc-ss6-creating-and-modifying-abd-floors"&gt;GC SS6 - Creating and Modifying ABD Floors.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how to work the tutorial tasks with latest GC v8i?</title><link>https://communities.bentley.com/products/products_generativecomponents/f/generativecomponents---forum/118102/how-to-work-the-tutorial-tasks-with-latest-gc-v8i</link><pubDate>Thu, 14 Apr 2016 07:37:55 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:53c90f60-6397-4905-a737-10e34a5894f0</guid><dc:creator>KM Dennis Lui</dc:creator><description>&lt;p&gt;I am trying to work the tasks in tutorial material / videos ,&lt;/p&gt;
&lt;p&gt;since the latest v8i has rearranged some Nodes / Features ,&lt;/p&gt;
&lt;p&gt;For example : the LawCurveFrame has be suspended by LawCurve (from page 135 of the GC_V8i_Essentials_TRN012930-1-0002), I cannot complete the exercises .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;is there any updated material teaching how to work with the latest nodes / features ?&lt;/p&gt;
&lt;p&gt;and is there anyway to CONVERT old-version GCT files without error due to the nodes changes &amp;nbsp;?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Dennis&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Could not find Rotate function</title><link>https://communities.bentley.com/products/products_generativecomponents/f/generativecomponents---forum/114580/could-not-find-rotate-function</link><pubDate>Sat, 26 Dec 2015 14:18:05 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c8b9f0ac-7cad-4749-b232-be94987f4949</guid><dc:creator>Louis van Amerongen</dc:creator><description>&lt;p&gt;I&amp;#39;m new to Generative Components and I try to follow some tutorials from Youtube.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In this tutorial on&amp;nbsp;&lt;a href="https://www.youtube.com/watch?v=nhcljyc4nsw"&gt;www.youtube.com/watch&lt;/a&gt;&amp;nbsp;you can see at 3:47 the user picks the node Rotate. In my (newest) version of Generative Components however, I can not find this function. Does anyone know how I can rotate a series of point on a circle (I prefer an understandable way)&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>