josauder / procedural_city_generation

Procedural City Generation program implemented in Python and Visualized with Blender.
Mozilla Public License 2.0
559 stars 86 forks source link

/building_height/getFoundation wrong return Type #3

Open josauder opened 9 years ago

josauder commented 9 years ago

There are cases in which the return type of getFoundation is "False" instead of a procedural_city_generation.polygons.Polygon2D object.