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:
@@ -58,8 +58,7 @@
|
||||
#include "CustomFeature.h"
|
||||
#include "Geometry.h"
|
||||
#include "GeometryExtension.h"
|
||||
#include "GeometryIntExtension.h"
|
||||
#include "GeometryStringExtension.h"
|
||||
#include "GeometryDefaultExtension.h"
|
||||
#include "Geometry2d.h"
|
||||
#include "Mod/Part/App/GeometryIntExtensionPy.h"
|
||||
#include "Mod/Part/App/GeometryStringExtensionPy.h"
|
||||
|
||||
Reference in New Issue
Block a user