Hey guys, i tried to change a dot secondary text and dosen’t work , what i m missing?
import rhinoscriptsyntax as rs
textDot = rs.GetObject(“Select textDot”, rs.filter.textdot)
textDot = rs.coercegeometry(textDot)
#print textDot.SecondaryText
textDot.SecondaryText = “Test”
2 posts - 2 participants