I have a document with several annotations and block instances that contain annotations. I’ve been able to script replacing the font for all annotations via rhinoscript but I haven’t been able to recurse into the blocks to edit the text objects there.
I’ve tried using BlockObjects
to enumerate the objects in a given block name but that doesn’t seem to have an impact on the actual instances of the block in my document.
Does the block need to be exploded, edited, and recreated? If so, how can I then replace each block instance of the previous block with the new block?
3 posts - 2 participants