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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user