slicing the supports WIP

This commit is contained in:
tamasmeszaros 2018-11-07 17:57:02 +01:00
parent d7baac59ef
commit f6591f000e
2 changed files with 43 additions and 2 deletions

View file

@ -143,7 +143,7 @@ public:
void merged_mesh(TriangleMesh& outmesh) const;
/// Get the sliced 2d layers of the support geometry.
SlicedSupports slice() const;
SlicedSupports slice(float layerh, float init_layerh = -1.0) const;
};
}