diff --git a/src/Mod/Part/App/TopoShapePy.xml b/src/Mod/Part/App/TopoShapePy.xml index f31f99f56..eb612ab73 100644 --- a/src/Mod/Part/App/TopoShapePy.xml +++ b/src/Mod/Part/App/TopoShapePy.xml @@ -53,7 +53,7 @@ Sub-elements such as vertices, edges or faces are accessible as: Import the content to this shape of a string in BREP format. - + Extrude the shape along a direction. @@ -71,22 +71,22 @@ Part.revolve(Vector(0,0,0),Vector(0,0,1),360) - revolves the shape around the Z This is a more detailed check as done in isValid(). - + Union of this and a given topo shape. - + Union of this and a given topo shape (old algorithm). - + Intersection of this and a given topo shape. - + Section of this with a given topo shape. @@ -101,7 +101,7 @@ This is a more detailed check as done in isValid(). Make single slice of this shape. - + Difference of this and a given topo shape. @@ -116,13 +116,13 @@ This is a more detailed check as done in isValid(). Removes internal wires (also holes) from the shape. - + Mirror this shape on a given plane. The plane is given with its base point and its normal direction. - + Apply geometric transformation on a copy of the shape. The transformation to be applied is defined as a 4x4 matrix. @@ -177,14 +177,14 @@ the underlying geometry. Make chamfer. - + A hollowed solid is built from an initial solid and a set of faces on this solid, which are to be removed. The remaining faces of the solid become the walls of the hollowed solid, their thickness defined at the time of construction. - + Offset a given shape @@ -247,7 +247,7 @@ Orientation is not taken into account. Tessellate the the shape and return a list of vertices and face indices - + Project a shape on this shape