Dear all,
I have been trying the new C# Script Editor in Rhino 8, and let me tell you that it is quite awesome!
However, I keep running into a small issue: certain calls to certain methods in RhinoCommon cause a Error running script: Exception has been thrown by the target of an invocation. Examples are:
- Calling the
Mesh.Vertices.ToPoint3dArray()method on a mesh. - Retrieving the
Mesh.TolopolyEdgesproperty of a mesh.
And several other non-mesh related ones I have found… I have tried running running Rhino 8 in NETCore and NETFramework, and same error.
Has anyone encountered this issue?
Thanks!
JL



