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

Set Point of Curves Using Python Script

$
0
0

I would like to set preselected all curves at a specified point’s X value. I was trying to develop a python script.

id = rs.GetObject("Select Objects", filter = 1,  preselect = True, select = False, custom_filter = None)
rs.Command("!_SetPt")

However, after trying this I get a prompt box to select SetX, SetY or SetZ. How to pick up an option from the list using python? Could you please help with this?

7 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 5781

Trending Articles