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:
- Recursively divide a BrepFace using various rules (where the Recursion is rather easily detectable):
- Use classic Matrix to SubMatrices Methods (where you can’t detect any split “pattern”):
: