Advertisement
Guest User

RhinoGetPoint

a guest
Aug 1st, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. import rhinoscriptsyntax as rs
  2. import Rhino as rc
  3.  
  4. if x:
  5.     rc.RhinoApp.ReleaseMouseCapture()
  6.     pt=rs.GetPoint("please place a point anywhere")
  7.     a=rs.AddCircle(pt,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement