<?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 The new street config for pipes etc. in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/the-new-street-config-for-pipes-etc/m-p/1673735#M11600</link>
    <description>&lt;P&gt;Sorry I've been out for a year or so, and things have changed a lot, especially the streets. Usually I use the street network for all kinds of things, når only streets.&lt;BR /&gt;&lt;BR /&gt;For example, if I wanted to create 3D underground pipes, I would use the street network. It seems to have complicated everything a lot if you are not working with streets. To remove lanes and such from a large pipe system crashes everything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I the only one confused?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 19:11:44 GMT</pubDate>
    <dc:creator>Kenneth-Lindhardt</dc:creator>
    <dc:date>2025-12-17T19:11:44Z</dc:date>
    <item>
      <title>The new street config for pipes etc.</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/the-new-street-config-for-pipes-etc/m-p/1673735#M11600</link>
      <description>&lt;P&gt;Sorry I've been out for a year or so, and things have changed a lot, especially the streets. Usually I use the street network for all kinds of things, når only streets.&lt;BR /&gt;&lt;BR /&gt;For example, if I wanted to create 3D underground pipes, I would use the street network. It seems to have complicated everything a lot if you are not working with streets. To remove lanes and such from a large pipe system crashes everything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I the only one confused?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 19:11:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/the-new-street-config-for-pipes-etc/m-p/1673735#M11600</guid>
      <dc:creator>Kenneth-Lindhardt</dc:creator>
      <dc:date>2025-12-17T19:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: The new street config for pipes etc.</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/the-new-street-config-for-pipes-etc/m-p/1683641#M11610</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/959844"&gt;@Kenneth-Lindhardt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for bringing up this topic. With the changes to street networks introduced in CityEngine 2025, most legacy rules continue to function as before. However, there is an important change in how street segments connect to nodes: transition shapes are now part of the node itself.&amp;nbsp;Since the lane information is not available on those shapes, creation of pipe extensions for multiple lanes is not supported.&lt;/P&gt;&lt;P&gt;To help illustrate this, I created a simple pipe network rule that demonstrates how to handle pipe connections to nodes under the new system.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;version "2025.1"

attr shapeType = ""
@Distance
attr Height_Joint = 4
@File
attr pipeAsset = "assets/cylinder.hor.obj"
attr multiLanes = false

@StartRule
PipeNetwork --&amp;gt;
	case shapeType == "Sidewalk": NIL
	case shapeType == "Street": Pipe
	else: Connector
	
Pipe --&amp;gt; insertAlongUV(0, pipeAsset, geometry.dv(0,unitSpace)) Material

Connector --&amp;gt; extrude(Height_Joint) Material

ConnectorExt --&amp;gt; 
	split(v,uvSpace,0)
		{ -geometry.vMin: NIL			# the lanes start at v-coord 0 i.e. everything below can be splitted away
		| 1: ConnectorType(multiLanes)	# the lanes end at v-coord nLanesTotal
		| ~1			  : NIL }		# all remaining geometry beyond can be split away

ConnectorType(square) --&amp;gt; 
	case square: Connector
	else: Pipe

Material --&amp;gt; color("#ffae42") setNormals(auto)&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;The user needs to set the &lt;EM&gt;Start Rule&lt;/EM&gt; "ConnectorExt" on the new node extension shapes. Additionally, the &lt;EM&gt;attribute&lt;/EM&gt; "&lt;SPAN&gt;multiLanes&lt;/SPAN&gt;" defines if a pipe or a square extension is created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThomasFuchs_1-1771325007540.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/148479iB33109C73EAF909C/image-size/large?v=v2&amp;amp;px=999" role="button" title="ThomasFuchs_1-1771325007540.png" alt="ThomasFuchs_1-1771325007540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 10:50:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/the-new-street-config-for-pipes-etc/m-p/1683641#M11610</guid>
      <dc:creator>ThomasFuchs</dc:creator>
      <dc:date>2026-02-17T10:50:22Z</dc:date>
    </item>
  </channel>
</rss>

