mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:45:55 +08:00
Add clarifying documentation to getConvexHull
CURA-6522
This commit is contained in:
parent
e5fb9fb8cf
commit
6971e1f9cf
@ -88,7 +88,8 @@ class ConvexHullDecorator(SceneNodeDecorator):
|
|||||||
|
|
||||||
return self._add2DAdhesionMargin(hull)
|
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]:
|
def getConvexHull(self) -> Optional[Polygon]:
|
||||||
if self._node is None:
|
if self._node is None:
|
||||||
return None
|
return None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user