Re: Furniture to Solid

by dorin » Tue Nov 25, 2025 6:46 am

I work to a plugin able to perform boolean operations with furniture.
The result is transformed back to furniture.
I've managed to make it work except the correct input data.
I've tried with

Code: Select all

piece.getModel()
and

Code: Select all

root.addChild((Node) factory.createObject3D(home, piece, true));
but, in both cases, I have only the original object without the current transformations.
I need to apply this transformations to each ones before extract the geometry and perform the boolean operations.