Sketcher: Extend SketchObject Python Interface to get/set SketchGeometryExtension GeometryId (convenience interface)

This commit is contained in:
Abdullah Tahiri
2020-10-28 11:48:07 +01:00
committed by abdullahtahiriyo
parent d994e2fe3b
commit 063e0a6767
4 changed files with 107 additions and 0 deletions

View File

@@ -458,5 +458,15 @@ If there is no such constraint an exception is raised.
</Documentation>
<Parameter Name="GeometryFacadeList" Type="List"/>
</Attribute>
<Methode Name="setGeometryId">
<Documentation>
<UserDocu>switch a geometry to a construction line</UserDocu>
</Documentation>
</Methode>
<Methode Name="getGeometryId">
<Documentation>
<UserDocu>switch a geometry to a construction line</UserDocu>
</Documentation>
</Methode>
</PythonExport>
</GenerateModel>