mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Add clarifying documentation to getConvexHull
CURA-6522
This commit is contained in:
parent
e5fb9fb8cf
commit
6971e1f9cf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue