mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Lower voxel resolution, use padding
This commit is contained in:
@@ -535,7 +535,7 @@ public:
|
||||
bounds[1].get(i) = bbox_xyz[i + 3];
|
||||
}
|
||||
progress_writer silent;
|
||||
auto surface = storage_for(bounds, 256U);
|
||||
auto surface = storage_for(bounds, 128U, 4U);
|
||||
processor proc(surface, silent);
|
||||
std::vector<std::pair<int, TopoDS_Compound > > geometries = { {1, compound} };
|
||||
proc.process(geometries.begin(), geometries.end(), SURFACE(), output(MERGED()));
|
||||
|
||||
Reference in New Issue
Block a user