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

@@ -19,17 +19,17 @@
<UserDocu>Add a face to the shell.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getFreeEdges">
<Methode Name="getFreeEdges" Const="true">
<Documentation>
<UserDocu>Get free edges as compound.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getBadEdges">
<Methode Name="getBadEdges" Const="true">
<Documentation>
<UserDocu>Get bad edges as compound.</UserDocu>
</Documentation>
</Methode>
<Methode Name="makeHalfSpace">
<Methode Name="makeHalfSpace" Const="true">
<Documentation>
<UserDocu>Make a half-space solid by this shell and a reference point.</UserDocu>
</Documentation>
@@ -93,4 +93,4 @@ coordinate system.</UserDocu>
<Parameter Name="PrincipalProperties" Type="Dict"/>
</Attribute>
</PythonExport>
</GenerateModel>
</GenerateModel>