I read that there exists no concept of active document when using rhino.compute (Accessing active Document - #2 by fraguada)
I want to generate some three dimensional text within a grasshopper definition, but all of the methods I tried failed so far:
python component calling ObjectTable.AddText Method (Text3d), c# equivalent also needs active doc
Wombat text outlines component
OpenNest Text component
These either don’t return values with compute or raise an error.
I would prefer using rhino / grasshopper for generating the 3d text/ curves - does anyone have an idea what else I could try?
Thanks
EDIT: sorry, I wasn’t aware of this thread with a similar topic: Text Outline C# Script for Grasshopper not working in Rhino Compute