Sketcher: Geometry Extension for Internal Alignment Geometry

============================================================

This commit extends SketchGeometryExtension to store within a Geometry if it is an internal aligment geometry
and which type.
This commit is contained in:
Abdullah Tahiri
2020-11-21 07:28:50 +01:00
committed by abdullahtahiriyo
parent f3595f1058
commit f3ffcd6c4a
4 changed files with 79 additions and 4 deletions

View File

@@ -23,5 +23,13 @@
</Documentation>
<Parameter Name="Id" Type="Long"/>
</Attribute>
<Attribute Name="InternalType" ReadOnly="false">
<Documentation>
<UserDocu>
returns the Id of the SketchGeometryExtension.
</UserDocu>
</Documentation>
<Parameter Name="InternalType" Type="String"/>
</Attribute>
</PythonExport>
</GenerateModel>