Select to view content in your preferred language

Looking for 3D Utility Rule File

1451
6
11-23-2017 07:59 AM
PaoloMazza1
Emerging Contributor

I'm looking for a 3D utility rule file to generate subterranean infrastructure that is featured in this youtube video: Rule of the Week 4: Manhole - YouTube 

I created my own simple rule for pipelines using graph features with freeway parameters (see screenshot attached):

version "2017.1"
attr angle = 20
attr colour = "#FF007F"

@StartRule
Pipe --> extrude(0.5)
color(colour) Mass

Mass --> comp(f) { side: Side | all: X }

Side -->
roofGable(angle)
roofGable(angle * 1.125)

X -->
roofGable(angle)
roofGable(angle * 1.125)

0 Kudos
6 Replies
CherylLau
Esri Regular Contributor
PaoloMazza1
Emerging Contributor

Thank you. This is very helpful.

0 Kudos
JohnnyFehr
Emerging Contributor

Hi,

 

We're offering coding services for 3d environments. We're fluent in this type of workflow and rendering processes, including VFX and games.

 

Let me know if we can be of further help. Check out our website.

 

Regards,

Johnny

------------------------------------------------------------------------------------------------------------------
johnny fehr 
|| junior environment artist
------------------------------------------------------------------------------------------------------------------

vrbn AG – official esri partner 
|| www.vrbn.io || winterthurerstrasse 53 || 8610 uster || switzerland
+41 44 941 90 92 || 
intern@vrbn.io || @vrbnio @JohnnyLiquidcat

0 Kudos
PaoloMazza1
Emerging Contributor

3D undeground infrastructure

0 Kudos
PaoloMazza1
Emerging Contributor

Used buffer 3D and interpolate Shape in ArcGIS Pro to create above 3D utilities. Then imported into CityEngine.

0 Kudos
PaoloMazza1
Emerging Contributor

Here

0 Kudos