Part: GeometryDefaultExtensions template

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

Generalisation of code for a default geometry extension in the form of a template.

Default geometry extensions provide a standard interface for an extension having a single stored value (e.g. one int or one string).

Python implementation must be provided separatedly.
This commit is contained in:
Abdullah Tahiri
2019-02-10 13:50:07 +01:00
committed by wmayer
parent 7488faa99f
commit 27620ed717
12 changed files with 189 additions and 253 deletions

View File

@@ -6,7 +6,7 @@
PythonName="Part.GeometryStringExtension"
Twin="GeometryStringExtension"
TwinPointer="GeometryStringExtension"
Include="Mod/Part/App/GeometryStringExtension.h"
Include="Mod/Part/App/GeometryDefaultExtension.h"
Namespace="Part"
FatherInclude="Mod/Part/App/GeometryExtensionPy.h"
FatherNamespace="Part"