Where can I learn ScriptContext's functions?

In a way I think the answer is yes, because all it does is that scriptcontext.doc provides you with functions to interact with the current rhinodoc, as in Rhino.RhinoDoc.ActiveDoc.

For example the scriptcontext.doc.Objects.AddPoint()) works exactly the same as Rhino.Rhinodoc.ActiveDoc.Objects.AddPoint()

1 Like