diff --git a/src/Mod/Part/App/TopoShapePy.xml b/src/Mod/Part/App/TopoShapePy.xml index 1cdd5ede34..1d49dc3255 100644 --- a/src/Mod/Part/App/TopoShapePy.xml +++ b/src/Mod/Part/App/TopoShapePy.xml @@ -115,8 +115,10 @@ importBrepFromString(str,False) to not display a progress bar. - Extrude the shape along a direction. -extrude(direction, length) + Extrude the shape along a vector. +extrude(vector) -> Shape +-- +Shp2 = Shp1.extrude(Vector(0,0,10)) - extrude the shape 10 mm in the +Z direction.