RhinoApp.RunScript and Grasshopper are not the best of friends. If you really want to add geometry to the 3dm file every time a GH document runs, then I suggest you use proper Rhino.Geometry.Circle
constructors and add the result to the document using RhinoDoc.Objects.AddXXXX()
methods.
1 Like