Base: refactoring of InventorBuilder

This commit is contained in:
wmayer
2022-11-29 13:28:00 +01:00
parent 6af8701a7e
commit cf3225b50f
5 changed files with 215 additions and 163 deletions

View File

@@ -558,7 +558,6 @@ void MeshObject::writeInventor(std::ostream& str, float creaseangle) const
builder.endPoints();
builder.addIndexedFaceSet(indices);
builder.endSeparator();
builder.close();
}
void MeshObject::addFacet(const MeshCore::MeshGeomFacet& facet)