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)
Here's a post where Eric describes what he did:
https://community.esri.com/message/674534-re-pipe-in-manhole-rule-of-the-week-example#comment-674534
Thank you. This is very helpful.
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
Used buffer 3D and interpolate Shape in ArcGIS Pro to create above 3D utilities. Then imported into CityEngine.