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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user