Add clarifying documentation to getConvexHull

CURA-6522
This commit is contained in:
Nino van Hooff 2019-10-31 15:01:24 +01:00
parent e5fb9fb8cf
commit 6971e1f9cf

View file

@ -88,7 +88,8 @@ class ConvexHullDecorator(SceneNodeDecorator):
return self._add2DAdhesionMargin(hull)
## Get the unmodified 2D projected convex hull with 2D adhesion area of the node (if any)
## Get the unmodified 2D projected convex hull of the node (if any)
# In case of all-at-once, this includes adhesion and head+fans clearance
def getConvexHull(self) -> Optional[Polygon]:
if self._node is None:
return None