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 9bb2210c92
commit fb5e8b4df7
12 changed files with 189 additions and 253 deletions

View File

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