[TD]fix hatch fail due to missing translate method

This commit is contained in:
wandererfan
2023-09-14 11:06:42 -04:00
committed by WandererFan
parent 5ca198e182
commit 84a8800767
8 changed files with 114 additions and 0 deletions

View File

@@ -13,6 +13,13 @@
<Author Licence="LGPL" Name="WandererFan" EMail="wandererfan@gmail.com" />
<UserDocu>Feature for creating and manipulating Technical Drawing Hatch areas</UserDocu>
</Documentation>
<Methode Name="translateLabel">
<Documentation>
<UserDocu>translateLabel(translationContext, objectBaseName, objectUniqueName).
No return value. Replace the current label with a translated version where possible.
</UserDocu>
</Documentation>
</Methode>
<CustomAttributes />
</PythonExport>
</GenerateModel>