
Hello,
I'm populating building OBJ on the lots with insert function,
one very important restriction is,
I want to keep the size of source OBJ (keepSizeAlignPosition)
I'm wondering if there's way to get rid of overlapping between geometry
potential solution would be
- detect the volume of the OBJ file than create Lot shape based on it (This might be the best for me)
- pick a OBJ file that fits perfectly inside of given lot
- if overlapping happens, NIL
-------------
villa_bldg_1 -->
innerRectangle(edge) {shape : letsoffsetResidential | remainder = NIL}
letsoffsetResidential -->
offset(bldOffset*-1)
comp(f) { inside : villa_bldg_1_i | border : NIL }
villa_bldg_1_i -->
alignScopeToAxes(y) s('1,0,'1)
i(getInstanceNameResidential, yUp, keepSizeAlignPosition)