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