Property: dropping isorderrelevant boolean member in favour of bit in the status of the properties

This commit is contained in:
Abdullah Tahiri
2018-11-17 15:22:34 +01:00
committed by wmayer
parent a7e0b93dd1
commit bf6f2b855d
3 changed files with 6 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ SketchObject::SketchObject()
ADD_PROPERTY_TYPE(Constraints, (0) ,"Sketch",(App::PropertyType)(App::Prop_None),"Sketch constraints");
ADD_PROPERTY_TYPE(ExternalGeometry,(0,0),"Sketch",(App::PropertyType)(App::Prop_None),"Sketch external geometry");
Geometry.isOrderRelevant = true;
Geometry.setOrderRelevant(true);
allowOtherBody = true;
allowUnaligned = true;