Celling 01. Presenting the layout of Generation-to-DWG pipeline¶
Aim¶
On my job there was order to make complicated celling design, that avoids beams and columns, also turns around corner and going to zero width at the end. So, the shape of celling was predefined as the second-order curve. But from beginning it was pattern that needed to fit design. Pattern of rhomb with fixed dimensions. Also as target was defined gap between plates. And for sure, all peaces needed to be planes without curvature. As fish scales or snake scales more.
Requirements¶
- You will need to install:
Blender3.6 (for Blender4.0+ you need git branch
`bgl_replacement`
) Sverchok with dependencies (not opensubdiv, no Freecad and no mcubes needed) Sverchok-extra with mostly xmlx deps (no pygalmesh and no SDF needed)`pip install latex`
for SVG export
Inputs¶
Pattern:
Rhombs where oriented originally in one direction. But in workflow was decided to rotate around corner. That issue forced me to bake and process pattern manually. In fact it was right desigion. Manual workflow here is optimal.
Shape:
Initially, there was two guidelines as splines. in lower belt and upper belt, that jointed at one side ni zero distance.
Gap:
Gap of 14 mm is more o less regular, but in sharp “corners” may happened conflicts. Checked in process and it was ok. Next thing - borders. I needed to step from border at half a distance before offset the plates, but it was not so easy.
Layout:
Node tree consists of some parts:
Cutting - Borders creates limits of pattern, that are rhombs.
Surface - Curves creating shape
Wireframe - Projecting pattern to shape:
Dissolve node with SNL node gererate and get list of indices for edges. There is manual job nevertheless for indices ordering
Working here is: 1. Bake 2. correct indices 3. reload
Analyzing panels is analitic block to bugfixing shape
Halfes - Plates division for corner to bend them along line:
Offset - Offset with edge exclusion, most intriguing part for me:
Types - Separate plates to types:
Inspection
Layout on paper - spread on paper size:
SVG plans - SVG for elevations and marking plans:
SVG marks - SVG with marks texts and dimensions:
XLSX - XLSX table to gather specification:
DXF - DXF outputs block for production: