compas-dev / compas_slicer

Slicing package for FDM 3D Printing with COMPAS.
https://compas.dev/compas_slicer/
MIT License
30 stars 16 forks source link

Cgal slicing, differentiate open vs closed contours #146

Closed ioannaMitropoulou closed 2 years ago

ioannaMitropoulou commented 3 years ago

The way Cgal slicer works: 'for a closed geometry (and therefore closed path) the first and last point of the list are the same. So one can know whether the path is open or closed, but if it is open I'm not sure how to find out which point belongs to one path and which one to another'

How to differentiate when there are multiple open paths from every level without making the process a lot slower?

joburger commented 2 years ago

This was solved some months ago