set global link scope of surface features

This commit is contained in:
wmayer
2017-11-27 22:11:13 +01:00
parent 3e921cbda5
commit 58a55aeebf
4 changed files with 10 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ PROPERTY_SOURCE(Surface::Cut, Part::Feature)
Cut::Cut()
{
ADD_PROPERTY(ShapeList,(0,"TopoDS_Shape"));
ShapeList.setScope(App::LinkScope::Global);
}
//Check if any components of the surface have been modified