Fixed #1244 - c++ part

This commit is contained in:
Enrico Turri
2018-09-26 11:24:19 +02:00
parent 51cf964b51
commit 025fdc1359
3 changed files with 9 additions and 0 deletions

View File

@@ -988,6 +988,11 @@ const TriangleMesh& ModelVolume::get_convex_hull() const
return m_convex_hull;
}
TriangleMesh& ModelVolume::get_convex_hull()
{
return m_convex_hull;
}
ModelVolume::Type ModelVolume::type_from_string(const std::string &s)
{
// Legacy support