<?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: How can I create street light poles model in CityEngine (I have locations of light poles as a point vector shp) in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8288#M105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have your street light as a pre-modeled asset, then you can easily just insert the asset using i() as &lt;A _jive_internal="true" href="https://community.esri.com/people/raze"&gt;Z R&lt;/A&gt; suggested above.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_i.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_i.html"&gt;i Operation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you could create the street light from stratch in CGA using extrude, resize s(), rotate r(), and translate t() operations.&amp;nbsp; Tutorial 6 introduces the basics of CGA:&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-6-basic-shape-grammar.htm" title="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-6-basic-shape-grammar.htm"&gt;Tutorial 6: Basic shape grammar—CityEngine Tutorials | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the reference pages for CGA are also helpful (especially the operations in the "Transformations" section):&lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/toc.html" title="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/toc.html"&gt;Help -&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 09:52:25 GMT</pubDate>
    <dc:creator>CherylLau</dc:creator>
    <dc:date>2016-04-01T09:52:25Z</dc:date>
    <item>
      <title>How can I create street light poles model in CityEngine (I have locations of light poles as a point vector shp)</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8286#M103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use CGA rule to create pedestrian and signal lights in 3D. I already have their locational data in point form...however I am new to cityengine and I barely understand the concept of CGA... please help me to create the light poles in 3D model! Thanks! (if possible, the bulb of the light pole must be orthogonal to the road/street network)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oh and I was hoping for the complete street cga contained light pole model...but it seems like it doesnt... or maybe im just unable to find it... &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 20:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8286#M103</guid>
      <dc:creator>SanghyunChang</dc:creator>
      <dc:date>2016-03-31T20:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create street light poles model in CityEngine (I have locations of light poles as a point vector shp)</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8287#M104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should help you get started:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Lot --&amp;gt;
&amp;nbsp; #s(0,0,0) 
&amp;nbsp; center(xyz) 
&amp;nbsp; alignScopeToAxes(y)
&amp;nbsp; i("assets/3D_City_Design_Assets/Street_Construction/lamps/lamp.02.parallel.lod0.obj")
&amp;nbsp; #s('1,'1,'1)
&amp;nbsp; #r(0,40,0)
&amp;nbsp; center(xz)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mind the asset path!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8287#M104</guid>
      <dc:creator>LR</dc:creator>
      <dc:date>2021-12-10T20:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create street light poles model in CityEngine (I have locations of light poles as a point vector shp)</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8288#M105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have your street light as a pre-modeled asset, then you can easily just insert the asset using i() as &lt;A _jive_internal="true" href="https://community.esri.com/people/raze"&gt;Z R&lt;/A&gt; suggested above.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_i.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_i.html"&gt;i Operation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you could create the street light from stratch in CGA using extrude, resize s(), rotate r(), and translate t() operations.&amp;nbsp; Tutorial 6 introduces the basics of CGA:&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-6-basic-shape-grammar.htm" title="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-6-basic-shape-grammar.htm"&gt;Tutorial 6: Basic shape grammar—CityEngine Tutorials | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the reference pages for CGA are also helpful (especially the operations in the "Transformations" section):&lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/toc.html" title="http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/toc.html"&gt;Help -&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8288#M105</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2016-04-01T09:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create street light poles model in CityEngine (I have locations of light poles as a point vector shp)</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8289#M106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!! very appreciate it! I can make the street light like this:&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/194231_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another issue: I would like to make the street light's bulb to be perpendicular to its adjacent street network like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/194232_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do it by adjusting r &amp;amp; t manually, but I got over thousands of street lights to do...so I'm wondering if there is a way to adjust the street light's bulb to be perpendicular to its adjacent street network using CGA rule. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 15:44:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8289#M106</guid>
      <dc:creator>SanghyunChang</dc:creator>
      <dc:date>2016-04-07T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create street light poles model in CityEngine (I have locations of light poles as a point vector shp)</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8290#M107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, aligning the light should be possible.&amp;nbsp; This can be done by setting the scope before making the object.&amp;nbsp; This could be done using the uv split on sidewalk shapes.&amp;nbsp; The v direction will always be perpendicular to the street direction (and the u direction always follows the street).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_split.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_split.html"&gt;split Operation&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/is/create/uvs.html?resultof=%22%73%74%72%65%65%74%22%20" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/is/create/uvs.html?resultof=%22%73%74%72%65%65%74%22%20"&gt;Street and Intersection Shape UVs&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 08:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-can-i-create-street-light-poles-model-in/m-p/8290#M107</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2016-04-11T08:49:30Z</dc:date>
    </item>
  </channel>
</rss>

