pythonstubs
pythonstubs copied to clipboard
Constructor for Intersection Methods lacking out-parameters
Dear rhinostubs-developers, when working with rhinoinside (Rhino-stubs 7.7 with python 3.7 and Rhino 7), the stub-constructors for 3d-intersections (SurfaceSurface, BrepBrep etc.) are lacking the parameters passed by reference (the one with out-keyword in the .NET API). While the curvePlane intersections and similar worked, i got the error message that "no method matches the given arguments .." when just inserting the surfaces/breps and a tolerance.
I needed to pass two empty arrays to the constructor to make it work, see my code snippet for an illustration.
Kind Regards Lothar