Draft: WorkingPlane, Pythonic style, improved the docstrings; alignToSelection() only works when 'FreeCADGui.Selection' is available, that is, when the graphical interface is loaded.

This commit is contained in:
vocx-fc
2019-08-08 00:12:55 -05:00
committed by Yorik van Havre
parent 8ade7083d6
commit e7aaf4b771

View File

@@ -585,6 +585,9 @@ class plane:
It extracts the shape of the object or subobject
and then calls `alignToFace(shape, offset)`.
This method only works when the `FreeCADGui.Selection`
class is available, that is, when the graphical interface is loaded.
Parameter
---------
offset : float