[TD]implement BrokenView
This commit is contained in:
@@ -46,12 +46,13 @@ public:
|
||||
static TopoDS_Shape getShapesFused(const std::vector<App::DocumentObject*> links);
|
||||
static TopoDS_Shape getShapeFromXLink(const App::Link* xLink);
|
||||
|
||||
static bool is2dObject(App::DocumentObject* obj);
|
||||
static bool isEdgeType(App::DocumentObject* obj);
|
||||
static bool isPointType(App::DocumentObject* obj);
|
||||
static bool isDraftPoint(App::DocumentObject* obj);
|
||||
static bool isDatumPoint(App::DocumentObject* obj);
|
||||
static Base::Vector3d getLocation3dFromFeat(App::DocumentObject *obj);
|
||||
static bool is2dObject(const App::DocumentObject* obj);
|
||||
static bool isEdgeType(const App::DocumentObject* obj);
|
||||
static bool isPointType(const App::DocumentObject* obj);
|
||||
static bool isDraftPoint(const App::DocumentObject* obj);
|
||||
static bool isDatumPoint(const App::DocumentObject* obj);
|
||||
static bool isSketchObject(const App::DocumentObject* obj);
|
||||
static Base::Vector3d getLocation3dFromFeat(const App::DocumentObject *obj);
|
||||
|
||||
static TopoDS_Shape stripInfiniteShapes(TopoDS_Shape inShape);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user