mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Send Hierarchy data to the serializer
This commit is contained in:
@@ -382,6 +382,11 @@ void ColladaSerializer::write(const IfcGeom::TriangulationElement<real_t>* o) {
|
|||||||
exporter.write(o);
|
exporter.write(o);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ColladaSerializer::write(const IfcGeom::TriangulationElement<real_t>* o, const IfcGeom::Element<real_t>* parent)
|
||||||
|
{
|
||||||
|
exporter.write(o, parent);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void ColladaSerializer::finalize() {
|
void ColladaSerializer::finalize() {
|
||||||
exporter.endDocument();
|
exporter.endDocument();
|
||||||
|
|||||||
Reference in New Issue
Block a user