Is it possible to use annotation text in rhino3dm.py or rhino compute.py?
I can’t find it, but is there a sample or reference material?
1 Like
Can you provide an example of how you would do this with regular Rhino installed locally?
I have the same question. I can’t find a way to add a text object (annotation text) using rhino3dm.
Only textdots.
Here’s an example using rhinoscriptsyntax
import rhinoscriptsyntax as rs
pt = rs.GetPoint()
rs.AddText("hello there",pt)
I can’t seem to find anything comparable in rhino3dm
Hi @will3,
There are three flavors of Rhino3dm (.Net, .py, .js). Which one are you asking about?
Thanks,
– Dale
@dale
python