DocumentText - Limitations and best practices, c#

Hello,
It’s been a while since I’ve last posted and been involved in the community - hope you’re all well!

Quick question regarding the “DocumentText” feature for Rhino because I am considering using it to store additional model information (programmatically) instead of writing separate text files out to the operating system.

My question is: has anyone done this? is it common or acceptable practice? are there any size limations that I should be aware of before a model breaks (by saving too much text into a document text field) or performance slows (noticeably)?

Sorry to be so general with my questioning. Before posting I took a quick look at the DocumentText documentation but did not see any limitations listed, or at least nothing jumped out at me. I could have missed something thought and would appreciate any feedback people have about their experiences using the feature.

Many thanks in advance.

Many developers, yes.

There is no hard-coded size limitation.

– Dale

1 Like

Beautiful - thanks Dale!