Parametric 2d room analysis + area calculating

FOrum_upload_

I want to creat a tool that automaticly can generate me this kind of chart and area calculations.
the first step I need a skript that can analyse different rectancles in one grid.

1 Like

In general I can’t imagine doing this without code (but hope dies last).

Anyway … there’s 2 generic options:

  1. Recursively divide a BrepFace using various rules (where the Recursion is rather easily detectable):

  1. Use classic Matrix to SubMatrices Methods (where you can’t detect any split “pattern”):


: