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