How to use Blender-Bonsai

Hello everyone,

I am working on generating IFC files from PCD files using IfcOpenShell.

Currently, when creating objects such as walls, I used IfcRectangleProfile with IfcExtrudedAreaSolid (z-up) to generate 3D modeling.

After that, I attempted to modify the object's dimensions through Blender-Bonsai.

Since the typical method (IFC Item Mode) did not allow modifications, I tried editing the wall object in IFC Edit Mode, where it is common to modify the profile's vertices.

I also adjusted the size by modifying the vertices, but I noticed that the object's profile changed from IfcRectangleProfile to IfcArbitraryClosedProfileDef.

Is there any way to modify the object's dimensions in Blender-Bonsai while keeping it as IfcRectangleProfile?

Thank you in advance.

Comments

Sign In or Register to comment.