From 2064658607d7f72a43930eba0cd595b98f1058a7 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 22 Jun 2022 16:58:56 +0200 Subject: [PATCH] Part: add Const attribute to several methods in TopoShapePy --- src/Mod/Part/App/TopoShapePy.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Mod/Part/App/TopoShapePy.xml b/src/Mod/Part/App/TopoShapePy.xml index 5103954680..1cdd5ede34 100644 --- a/src/Mod/Part/App/TopoShapePy.xml +++ b/src/Mod/Part/App/TopoShapePy.xml @@ -386,7 +386,7 @@ translate(vector) - + Create a new shape with translation translated(vector) -> shape @@ -402,7 +402,7 @@ Shp.rotate(Vector(0,0,0),Vector(0,0,1),180) - rotate the shape around the Z Axis - + Create a new shape with rotation. rotated(base,dir,degree) -> shape @@ -416,7 +416,7 @@ scale(factor,[base=Vector(0,0,0)]) - + Create a new shape with scale. scaled(factor,[base=Vector(0,0,0)]) -> shape @@ -509,7 +509,7 @@ Returns: result of offsetting (wire or face or compound of those). Compounding structure follows that of source shape. - + make wire(s) using the edges of this shape makeWires([op=None])