mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
cb80081473
Noticed that adding a covering in millimeters project didn't worked - the reason was that shapely was using tolerance in ifc project units when get_obj_base_points was returning points in si (blender always operates in meters internally). I've changed get_obj_base_points to return data in project units and get_bmesh_from_polygon to convert it back to meters for Blender. It's probably would be better to always operate in si until we need to save data to ifc but I'm not that familiar with that module to just change it everywhere. Ping @maxfb87 just in case.
BlenderBIM Add-on
An add-on to Blender to allow BIM functionality.
More information on the BlenderBIM Add-on website.