Change Occurence of Model Item dynamically
Hello!
Is there any way to change Occurence of Model Item dynamically?
I tried to change it that way:
$scope.view.wdg['modelItem-3'].idpath = "/123/123";
I am sure that this id exists, but it is not changing at all.
Tried also to invoke some "reload" functions which I found. For instance:
PTC.GLOBAL_SCENE.reloadModelData();
Still nothing happend.
Any ideas? Is this possible?
Thanks,
Adam
