set non-modifying functions of Python wrappers as const

This commit is contained in:
wmayer
2019-01-13 15:45:32 +01:00
parent d0d2a05941
commit b357d530ef
17 changed files with 147 additions and 147 deletions

View File

@@ -25,12 +25,12 @@ The trimmed surface is built from a copy of the basis surface. Therefore, when t
is modified the trimmed surface is not changed. Consequently, the trimmed surface does not
necessarily have the same orientation as the basis surface.</UserDocu>
</Documentation>
<Methode Name="uIso">
<Methode Name="uIso" Const="true">
<Documentation>
<UserDocu>Builds the U isoparametric curve</UserDocu>
</Documentation>
</Methode>
<Methode Name="vIso">
<Methode Name="vIso" Const="true">
<Documentation>
<UserDocu>Builds the V isoparametric curve</UserDocu>
</Documentation>