mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +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];
|
bounds[1].get(i) = bbox_xyz[i + 3];
|
||||||
}
|
}
|
||||||
progress_writer silent;
|
progress_writer silent;
|
||||||
auto surface = storage_for(bounds, 256U);
|
auto surface = storage_for(bounds, 128U, 4U);
|
||||||
processor proc(surface, silent);
|
processor proc(surface, silent);
|
||||||
std::vector<std::pair<int, TopoDS_Compound > > geometries = { {1, compound} };
|
std::vector<std::pair<int, TopoDS_Compound > > geometries = { {1, compound} };
|
||||||
proc.process(geometries.begin(), geometries.end(), SURFACE(), output(MERGED()));
|
proc.process(geometries.begin(), geometries.end(), SURFACE(), output(MERGED()));
|
||||||
|
|||||||
Reference in New Issue
Block a user