PartDesign: ShapeBinder can link globally

This commit is contained in:
Stefan Tröger
2017-07-21 08:34:10 +02:00
committed by wmayer
parent b80e0b6191
commit b6f361b62b

View File

@@ -47,7 +47,7 @@ public:
ShapeBinder();
virtual ~ShapeBinder();
App::PropertyLinkSubList Support;
App::PropertyLinkSubListGlobal Support;
static void getFilteredReferences(App::PropertyLinkSubList* prop, Part::Feature*& object, std::vector< std::string >& subobjects);
static Part::TopoShape buildShapeFromReferences(Feature* obj, std::vector< std::string > subs);