[TD]support App::Link in View Source

This commit is contained in:
wandererfan
2020-03-12 18:38:04 -04:00
committed by WandererFan
parent 2e4ee3e706
commit 99a9964231
5 changed files with 108 additions and 15 deletions

View File

@@ -72,6 +72,8 @@ DrawProjGroup::DrawProjGroup(void) :
ADD_PROPERTY_TYPE(Source ,(0), group, App::Prop_None,"Shape to view");
Source.setScope(App::LinkScope::Global);
Source.setAllowExternal(true);
ADD_PROPERTY_TYPE(Anchor, (0), group, App::Prop_None, "The root view to align projections with");
Anchor.setScope(App::LinkScope::Global);