I’m looking for a means to set the textstring for a V6 annotation text object.
All I could find is …TextEntity.SetRichText() yet I cannot get that to work.
Is anything already in place to set the string for a TextEntity objects?
Hi Willem,
The next WIP will have a bunch of changes with respect to the annotation classes in RhinoCommon. All of the V6Annotation classes will be gone and all of the new functionality has been merged into the older annotation classes. You should be able to set the text using the Text property like in the past.