Tunnel making

2563
5
07-09-2012 07:06 PM
XuRukun
New Contributor
hi,
When i make a tunnel with i() rule, found that between two paragraphs will crack.Any good way to make a tunnel in CityEngine?
[ATTACH=CONFIG]15903[/ATTACH]
0 Kudos
5 Replies
MatthiasBuehler1
Frequent Contributor
hi !

is that a CityEngine screenshot ?

( need to know how advanced your CGA knowledge is .. )

and do you need sloped tunnels or is flat 'enough' ?
0 Kudos
XuRukun
New Contributor
Hi,
Yes,This is a CityEngine screenshot.The main CGA as below:


Tunnel-->
extrude(world.y,10)
center(xz)
comp(f){world.up:Tunnel_tex}
Tunnel_tex-->
extrude(world.y,10)
alignScopeToGeometry(yUp, 0,2)
i(SuiDao_modPath)  // replace by obj file

and the sloped tunnels is needed.Any good way to slove this problem?
0 Kudos
MatthiasBuehler1
Frequent Contributor
hi !

sloped is not so a problem.

the actual problem is the arcs which you have on top of the tunnel. would it be okay if your tunnel has a flat ceiling instead of the arc going from one wall to the other wall ?
0 Kudos
XuRukun
New Contributor
I'm afraid of arc top is a problems which must be solved. Any more, How to make a flat ceiling tunnel in CityEngine.
0 Kudos
MatthiasBuehler1
Frequent Contributor
hi !

Sorry for the late reply, I've been in holidays.

I've played a lot with that problem and it seems impossible to make these arcs.

to have a straight roof, just do the following :


Street -->
    alignScopeToAxes(y)
    extrude(world.y, height)
0 Kudos