From c72a61641c036f49135adcf5b6b6d83565c9faec Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Mon, 26 Sep 2016 20:26:21 +0300 Subject: [PATCH] Part: Py API: deprecate Part.Face.makeOffset --- src/Mod/Part/App/TopoShapeFacePy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/TopoShapeFacePy.xml b/src/Mod/Part/App/TopoShapeFacePy.xml index 2916c3648..734f13674 100644 --- a/src/Mod/Part/App/TopoShapeFacePy.xml +++ b/src/Mod/Part/App/TopoShapeFacePy.xml @@ -16,7 +16,7 @@ - Offset the shape by a given ammount + Offset the face by a given ammount. Returns Compound of Wires. Deprecated - use makeOffset2D instead.