Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5745

Changing dot secondary text problem

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 5745

Trending Articles