[TD]Add pref for loose 2D objects

This commit is contained in:
wandererfan
2020-02-26 09:34:38 -05:00
committed by WandererFan
parent 78a36fc10e
commit 75dea4bc24
4 changed files with 226 additions and 193 deletions

View File

@@ -55,6 +55,7 @@ public:
static bool isPointType(App::DocumentObject* obj);
static bool isDraftPoint(App::DocumentObject* obj);
static Base::Vector3d getLocation3dFromFeat(App::DocumentObject* obj);
static bool prefAdd2d(void);
protected: