Skip to content

Commit

Permalink
set global scope of Part offset to use it with PD bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jan 2, 2018
1 parent a6a004b commit 21e8592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Part/App/FeatureOffset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Offset::Offset()
ADD_PROPERTY_TYPE(Intersection,(false),"Offset",App::Prop_None,"Intersection");
ADD_PROPERTY_TYPE(SelfIntersection,(false),"Offset",App::Prop_None,"Self Intersection");
ADD_PROPERTY_TYPE(Fill,(false),"Offset",App::Prop_None,"Fill offset");

Source.setScope(App::LinkScope::Global);
}

Offset::~Offset()
Expand Down

0 comments on commit 21e8592

Please sign in to comment.