Sketcher: Move GeoEnum struct to separate file

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

Separate struct into own file to avoid having to include all the dependencies of SketchObject in other code that relies on GeoEnum.
This commit is contained in:
Abdullah Tahiri
2021-12-07 14:02:03 +01:00
parent feba33a9b8
commit 9a6e12b73d
5 changed files with 78 additions and 14 deletions

View File

@@ -97,12 +97,6 @@ namespace bp = boost::placeholders;
FC_LOG_LEVEL_INIT("Sketch",true,true)
const int GeoEnum::RtPnt = -1;
const int GeoEnum::HAxis = -1;
const int GeoEnum::VAxis = -2;
const int GeoEnum::RefExt = -3;
PROPERTY_SOURCE(Sketcher::SketchObject, Part::Part2DObject)