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

Need debug on a Very very simple python script. Just want to get the text of the text dots

$
0
0

@Wiley wrote:

import Rhino
import scriptcontext 
import rhinoscriptsyntax as rs


ids = rs.GetObjects("Select text dots")

if rs.IsTextDot(ids):
    text = Rhino.TextDotText(ids)
    print text

WHat is the problem?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5823

Trending Articles