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 b88dad5ef2
commit db1bcc5f13
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)