Improve Part.Shape.project documentation

This clarifies that Part.Shape.project expects a list of shapes as an argument, not a single shape.  See this forum thread that highlights the confusion: https://forum.freecadweb.org/viewtopic.php?f=22&t=23287
This commit is contained in:
Randy
2017-07-06 18:18:50 -04:00
committed by Yorik van Havre
parent 3aab7ffce5
commit 2cc09f9493

View File

@@ -495,7 +495,7 @@ Orientation is not taken into account.</UserDocu>
</Methode>
<Methode Name="project" Const="true">
<Documentation>
<UserDocu>Project a shape on this shape</UserDocu>
<UserDocu>Project a list of shapes on this shape</UserDocu>
</Documentation>
</Methode>
<Methode Name="makeParallelProjection" Const="true">