diff --git a/src/Mod/Part/App/TopoShapePy.xml b/src/Mod/Part/App/TopoShapePy.xml index 5103954680db..1cdd5ede3488 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])