Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import rhinoscriptsyntax as rs
- import Rhino as rc
- if x:
- rc.RhinoApp.ReleaseMouseCapture()
- pt=rs.GetPoint("please place a point anywhere")
- a=rs.AddCircle(pt,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement