mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Work towards v1.0 data model with encapsulated weak_ptr as basis for instances
This commit is contained in:
@@ -36,9 +36,9 @@ private:
|
||||
std::ofstream fstream_, tmp_fstream1_, tmp_fstream2_;
|
||||
std::map<std::string, int> materials_, meshes_;
|
||||
json json_, node_array_;
|
||||
boost::optional<json> ecef_transform_, north_rotation_, z_up_transform_;
|
||||
std::optional<json> ecef_transform_, north_rotation_, z_up_transform_;
|
||||
int bufferViewId;
|
||||
std::map<const IfcUtil::IfcBaseEntity*, size_t> node_indices_;
|
||||
std::map<express::Base, size_t> node_indices_;
|
||||
std::vector<size_t> roots_;
|
||||
|
||||
int writeMaterial(const ifcopenshell::geometry::taxonomy::style::ptr style);
|
||||
|
||||
Reference in New Issue
Block a user