Sorry, I was working on OS X and was looking at the wrong header file. There is a function on CRhinoDoc called CreateDerivedRhinoView. You should be able to call it with the following code
I will check it out. How about the second question? Is there a way to limit (Conduit) for objects to be displayed only in (that) one view? And not be seen in any other?
@stevebaer I tried the CreateDerivedRhinoView (which I guess was the answer to the question about how to make a Rhino View that automatically pops out) like this:
I used FloatRhinoView and it sufficed. If I may ask one last question on this topic…I want to completely “redesign” the new viewport and I did some things like:
But if I want to change the background color, thickness of the lines, etc. only for this viewport, how do I do that? Do i set attributes over CDisplayPipelineAttributes somehow? What is the proper way?