[TD]fix sketch location in view

This commit is contained in:
wandererfan
2023-10-02 11:01:02 -04:00
committed by WandererFan
parent 255e9eb434
commit ed72c03df3
5 changed files with 65 additions and 61 deletions

View File

@@ -50,11 +50,13 @@ public:
static bool isEdgeType(App::DocumentObject* obj);
static bool isPointType(App::DocumentObject* obj);
static bool isDraftPoint(App::DocumentObject* obj);
static Base::Vector3d getLocation3dFromFeat(App::DocumentObject* obj);
static Base::Vector3d getLocation3dFromFeat(App::DocumentObject *obj);
static bool prefAdd2d();
static TopoDS_Shape stripInfiniteShapes(TopoDS_Shape inShape);
static TopoDS_Shape getLocatedShape(const App::DocumentObject* docObj);
protected:
private: