@nblisboa wrote:
Hi, I need a help, when I open a drawing, I import Viewports from another drawing with the command “NamedView Import.”
After that I need to run a plugin that reads all the names of viewports, very simple,CRhinoDoc * doc = pApp.ActiveDoc ();
nvistas.Empty ();
doc-> GetViewList (nvistas, true, false);
…The problem is that the names of viewports imported from the other drawing do not appear in the list.
How do I make all names appear in the Viewports list?
Posts: 1
Participants: 1