add keyword support to MakePipeShell.add, support overloaded method

This commit is contained in:
wmayer
2017-05-13 14:12:37 +02:00
parent 9b28b563ce
commit e97d9c3721
2 changed files with 50 additions and 18 deletions

View File

@@ -74,10 +74,11 @@
</UserDocu>
</Documentation>
</Methode>
<Methode Name="add">
<Methode Name="add" Keyword="true">
<Documentation>
<UserDocu>
add(shape Profile, bool WithContact, bool WithCorrection)
add(shape Profile, bool WithContact=False, bool WithCorrection=False)
add(shape Profile, vertex Location, bool WithContact=False, bool WithCorrection=False)
Adds the section Profile to this framework.
First and last sections may be punctual, so the shape Profile may be both wire and vertex.
If WithContact is true, the section is translated to be in contact with the spine.