Hi guys.
I use Rhino C++ API for developing.
I want to get CRhinoDocs Instance from except for Event, and extend attribute text.
Is there some static method to get the instance?
Thanks.
Hi guys.
I use Rhino C++ API for developing.
I want to get CRhinoDocs Instance from except for Event, and extend attribute text.
Is there some static method to get the instance?
Thanks.
hi @oktkhr0916,
yes of course, in the SDK there is the function
RhinoApp()
There you get your instance of CRhinoApp and from them you can get either a specific document with GetDocument() or the current active one with ActiveDoc().