fix incorrect docstring for Part.Shape.extrude method

This commit is contained in:
alexneufeld
2023-03-19 15:23:16 -06:00
committed by wwmayer
parent 87154535ed
commit 3628c3055c

View File

@@ -115,8 +115,10 @@ importBrepFromString(str,False) to not display a progress bar.
</Methode>
<Methode Name="extrude" Const="true">
<Documentation>
<UserDocu>Extrude the shape along a direction.
extrude(direction, length)</UserDocu>
<UserDocu>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.</UserDocu>
</Documentation>
</Methode>
<Methode Name="revolve" Const="true">