Rules

6478
41
Jump to solution
01-18-2013 10:06 AM
NicoleHanson
New Contributor III
I think there's a step in my rule somewhere that doesn't take into account the number of lanes I have.  On one stretch of road, it's one lane going in one direction.  But I have two lanes of cars after applying the rule.  Any idea where I can find out how to get this fixed?
0 Kudos
41 Replies
MatthiasBuehler1
Frequent Contributor
Hi !


You need to distinguish between 2 things :

1] The GUI creates streets and shapes ( I usually call this phase 'shape creation' ). That's done either manually or via Python.

2] CGA starts on a given, existing shape with attribute evaluation and model generation.

Phase 2 comes after phase 1. This also means that CGA can NOT alter the state of things that change shapes.

Thus, your things need and can be done with Python.

Make sense ?



Matt
0 Kudos
NathanBrigmon
New Contributor
Yes! Thank you!
0 Kudos