mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 08:42:25 +00:00
GUID chunking now implemented when loading either from iterator or H5
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
namespace IfcGeom {
|
||||
struct chunk {
|
||||
std::vector<std::string> guids;
|
||||
std::vector<int> guid_ids;
|
||||
std::vector<double> verts;
|
||||
std::vector<int> faces;
|
||||
std::vector<int> materials;
|
||||
|
||||
Reference in New Issue
Block a user