Python method that provides the function of _EvaluatePt

It has been several years since i have created rhinoscript or rhino python script. I thought there was a method that you could get the point3d by selecting any object using any filter within a script similar to EvaluatePt as an interactive command. I have gone nuts looking for an example. Am i mistaken in my recollection?

Thank you,
ben
bkassel@umd.edu

rs.GetPoint will allow you to pick a point on-screen and will return a Point3d object - whose Properties include the X, Y and Z coordinates.

1 Like

For crying out loud, do I feel foolish. I wonder why it did not seem to work. I am guessing stupid user syndrome and then I panicked. Oh the convoluted path I took.

thank you so much!
ben