Hi there,
I wrote a script that cycles through all Views of a model (Assembly or Part) and exports screenshots.
Works quite sweet. But there seems to be a problem with -at least- parts with combined views.
The function "ListViews()" does not work and throws an error "pfcExceptison::XToolkitInalidItem"
var mGlob = pfcCreate("MpfcCOMGlobal");
var oSession = mGlob.GetProESession();
var CurModel = oSession.CurrentModel;
CurModel.ListViews();
What's wrong?
Solved! Go to Solution.
ok,
seems to be fixed in 5.0.6.0