Draft: WorkingPlane, Pythonic style, improved the docstring

This commit is contained in:
vocx-fc
2019-08-08 13:29:29 -05:00
committed by Yorik van Havre
parent 2bdf33478b
commit 53ef53e0c8

View File

@@ -752,6 +752,13 @@ class plane:
return p
def getNormal(self):
"""Return the normal vector of the plane (axis).
Returns
-------
Base::Vector3
The `axis` attribute of the plane.
"""
n = self.axis
# Arch active container if based on App Part
#if FreeCAD.GuiUp: