Hi there,
I used to be able to set a value for document user data and use that value as an enhanced text field. However it does now display “####”
Can anyone help me out?
Thanks,
Tim
I use snippet below to set the value. Then from the textEditor I select the value as an anhanced text field (screenshots). I am using version 7 sr24
import rhinoscriptsyntax as rs
rs.SetDocumentData("mySection", "fieldName", 'FieldValue')
6 posts - 2 participants