<?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: Position Features from GIS data in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721914#M9461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The windows and doors must be closed polygons to run rules on them. If the CAD data is 3D and the windows have proper z values (y in CE) then that is good. Otherwise you can have an attribute applied per each level of windows that indicates elevation for the windows. I'd suggest having multiple floors on their own layer, so that you can lock or hide those layers when not in use, since they might all be overlapped if no z is present. You will need CE 2015 for these features, and 2015 also imports CAD layers, where 2014.1 would collapse CAD layers into one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2015 20:57:31 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2015-05-01T20:57:31Z</dc:date>
    <item>
      <title>Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721913#M9460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are creating a large GIS model and then we wish to use that model to inform procedures to turn the model to a 3D representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As part of this process we have used the Spatial ETL Tool in ArcGis to read a set of Room Layout Plans and create simple GIS features including rooms and floor outlines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have then used this data to create a Room by Room model and a Floor by Floor model within City Engine 2014/2015 by taking our GIS File Geodatabase and providing rules to create simple and textured buildings. This appears to work well and show potential as a route to model a complete area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We understand how we can use CGA scripts to texture and add features to the buildings. What we not however sure how to do the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CAD drawings contain the locations of features such as Windows and Doors. We can import this from the CAD drawings and load into a FileGeodatabase without too much problem. What we are not sure about how to do is to use this data within the CGA scripts to accurately position window and door features within the building structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 21:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721913#M9460</guid>
      <dc:creator>PaulBushnell</dc:creator>
      <dc:date>2015-04-30T21:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721914#M9461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The windows and doors must be closed polygons to run rules on them. If the CAD data is 3D and the windows have proper z values (y in CE) then that is good. Otherwise you can have an attribute applied per each level of windows that indicates elevation for the windows. I'd suggest having multiple floors on their own layer, so that you can lock or hide those layers when not in use, since they might all be overlapped if no z is present. You will need CE 2015 for these features, and 2015 also imports CAD layers, where 2014.1 would collapse CAD layers into one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 20:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721914#M9461</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-01T20:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721915#M9462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris, That's a great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have imported all the Cad files into a File Geodatabase. There is no problem making the windows as polygons and setting the z value. Where I am stuck is that the floor boundary is a different feature in the GIS to the window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I create the outside wall then the cga rule cannot interrogate (or at least I don't know how to) the window features to see if there needs to be a window inserted. If I take the approach of taking the windows as standalone entities then I will need to make the walls first and then create a hole in the already constructed wall for the window....Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense .... In the GIS FGDB in the imported Cad I have a feature for walls and a sepearate feature class for windows, If I need to think about it differently I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2015 12:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721915#M9462</guid>
      <dc:creator>PaulBushnell</dc:creator>
      <dc:date>2015-05-02T12:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721916#M9463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct about one shape no interrogating another. They can only check for occlusion - where shapes intersect - and that is only a true false test to see if shapes intersect or touch or are inside of another. I worked with this type of rule recently, and how they solved it was that the window shape was responsible for generating the wall under and above the window. So the wall features were not centerline based, but were a polygon with wall thickness.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3411"&gt;Eric Wittner&lt;/A&gt;​, You've seen this problem recently. Any advice for Paul?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 16:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721916#M9463</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-04T16:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721917#M9464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris and Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yah, that is dead on. Either you have to have 3 stacked polygons, one for the wall to bottom of window, window up, and then window to top of wall or you make a rule that creates a blended piece of geometry. In the case of Abu Dhabi's BDMS we create a rule where they included with in the polygon the distance to bottom of sill, and then the height of the window. The top was just filled in with wall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CE2015Interiors.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/94594_CE2015Interiors.jpg" style="width: 620px; height: 325px;" /&gt;&lt;/P&gt;&lt;P&gt;We exposed some handles so the values could be interactively changed from the view port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 23:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721917#M9464</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-04T23:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721918#M9465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should clarify, the collapsed all their overlapping geometries from the CAD down to planar polygons. Then classed them by type, and we wrote a rule that contained those types. Windows with cill height and total window height that filled in the top with wall. Doors with door height that filled in the top with wall. Interiors walls, exteriors walls, spaces, hallways, etc.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 23:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721918#M9465</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-04T23:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721919#M9466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I can see how that works. It is a shame I cannot punch through but if we cannot then will need to try this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does mean I need to process all the CAD files in a different ways to get the wall and window polygons as they are just line features at the moment. That should be possible though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 09:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721919#M9466</guid>
      <dc:creator>PaulBushnell</dc:creator>
      <dc:date>2015-05-05T09:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721920#M9467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yah ... some creative model builder work is in order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take floor layer, &lt;EM&gt;feature to polygon&lt;/EM&gt;, get floor polygon.&lt;/P&gt;&lt;P&gt;Take floor walls, &lt;EM&gt;feature to polygon&lt;/EM&gt;, then &lt;EM&gt;erase&lt;/EM&gt; walls from floor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Optional: negative &lt;EM&gt;buffer&lt;/EM&gt; floor by 0.25, &lt;EM&gt;union&lt;/EM&gt; with walls&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gives you thin exteriors walls as seperate polys from interior walls.&lt;/P&gt;&lt;P&gt;Take window layer, &lt;EM&gt;feature to polygon&lt;/EM&gt;, then &lt;EM&gt;erase&lt;/EM&gt; windows from walls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May have some challenges here if windows just represent panes, and fall within the wall.&lt;/P&gt;&lt;P&gt;Take doors layer, &lt;EM&gt;feature to polygon&lt;/EM&gt;, &lt;EM&gt;erase&lt;/EM&gt; from floor&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Multipart to singlepart&lt;/EM&gt; on remaining polys of floor to get rooms/hallways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May want to poly and erase other features such as support columns, stairs, elevators, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process needs to be done floor by floor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When done, &lt;EM&gt;add field&lt;/EM&gt; height as double to all feature classes.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Calculate field&lt;/EM&gt; height at floor z.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Feature to 3D by Attribute&lt;/EM&gt; data to burn the Z values into the geometry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 20:12:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721920#M9467</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-05T20:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721921#M9468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this. I am going to busy with my current skill level. The logic&lt;/P&gt;&lt;P&gt;sounds good though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may try this with the Spatial ETL tool as we had to use this to import&lt;/P&gt;&lt;P&gt;the CAD rather than model builder. Will give it a go with this or model&lt;/P&gt;&lt;P&gt;builder with the imported features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Bushnell&lt;/P&gt;&lt;P&gt;Estates Works Manager&lt;/P&gt;&lt;P&gt;The University of York&lt;/P&gt;&lt;P&gt;Providence House&lt;/P&gt;&lt;P&gt;Heslington, York YO10 5ZF&lt;/P&gt;&lt;P&gt;Tel 01904 322172*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 09:18:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721921#M9468</guid>
      <dc:creator>PaulBushnell</dc:creator>
      <dc:date>2015-05-06T09:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Position Features from GIS data</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721922#M9469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got stuck on something really silly though. The room boundaries were&lt;/P&gt;&lt;P&gt;originally Polygons and the rooms were solid blocks. I am able to create&lt;/P&gt;&lt;P&gt;lines around the room boundaries but what I am struggling with is&lt;/P&gt;&lt;P&gt;converting the room boundary lines to wall polygons with a thickness. The&lt;/P&gt;&lt;P&gt;feature to polygon reconstructs the whole room as a polygon which isn't&lt;/P&gt;&lt;P&gt;what we want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Bushnell&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 09:06:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/position-features-from-gis-data/m-p/721922#M9469</guid>
      <dc:creator>PaulBushnell</dc:creator>
      <dc:date>2015-05-07T09:06:48Z</dc:date>
    </item>
  </channel>
</rss>

