WorksessionOpen Method |
Namespace: Rhino.DocObjects
Opening a worksession is a document-level operation rather than a change to an existing worksession, which is why this is static. Always use the returned document: it may be the current document, reused, or a newly created one, depending on the platform and on whether the current document can be reused. On Windows, other than headless, the current document is closed and replaced.
As with SetActiveModel(UInt32), do not call this from a script running in a document that this might close.