Re: Furniture to Solid
Besides the CSG method there is another one: Boundary Representation (B-Rep). That is what is used in Sweet Home 3D, or rather used through the .obj definition.2. What is a Solid?
As far I've was able to understand it is another way to define a 3D object (vertices, faces, color(materials)).
It was defined by D. H. Laidlaw, W. B. Trumbore, and J. F. Hughes. "Constructive Solid Geometry for Polyhedral Objects", 1986.
Commonly known as CSG.
To simply get the vertice values: each v line in an exported obj file represents a vertice of the 3D model. I haven't checked but I'm pretty sure the PieceOfFurniture object in Sweet Home 3D holds exactly that obj definition in some form, maybe twice: original and transformed.4. What I looking for?
A way (simple, eventually), to get the current vertices values of a selected piece of furniture to make a CSGObject.