colidescope

/live/ dividing-spaces

Welcome! You are not currently logged in. You can Log in or Sign up for an account.

Dividing Spaces

A recursive approach can be used to model the process of iteratively dividing a space to derive a set of connected spaces (a floorplan)

+Introduction

In this tutorial, we will apply the recursive logic from the previous lesson to create a basic subdivision process that takes a starting closed boundary curve and progressively divides it into pieces to generate a set of smaller spaces. This creates the starting point for our floor plan generator which will be developed over a series of sessions.

+Sessions in this webinar series:

Dividing spaces
1Subdivision for space planning
2Optimizing layouts
3Programming adjacencies (Part 1)
3Programming adjacencies (Part 2)