Hi Guys.
Sorry for my english
I have this recurrent error when I try to create new objects of an own class. The error is not common, but I need reliability.
In summary, I get all the revit areas and regions of the project and extract their Boundaries(I do all the process of Unwrap, and later the ToProtoType), and with these lists of curves I create a customize geometric object(It includes, take these curves and creates polycurves and surfaces, extract points, etc., all based in the Autodesk.DesignScript.Geometry). The code of this class is in an external .py file, with others classes, and also the development of the script.
This script , in general, do some geometric operations, mainly intersection, to find relations between those geometric objects. The average of intersections is about 10.000 - 20.000, mostly between surfaces and curves. And this is my project test, in production this script maybe have to do about 50.000-100.000 intersections.
I want to know if this problem has solution, or is just a limitation of Dynamo or Revit. If it’s the case, what alternative would I have?
Thank you!