Hi guys!
While I’m trying to debug my plug-in, trying to execute line 2807, the code “jumps” suddenly to another position in project.
I mean that no exception is raised and line 2813 is never reached.
Code “jumps” inside a different method that calls (indirectly) the method i’m trying to debug.
As you can see, variable objectGeometryDuplicate is not null, in fact it is a valid Rhino.Geometry.Point object.
I don’t know what to do!
Why RhinoDoc.ActiveDoc.Objects.Add() should do that?
Thanks for your help!