pythonstubs icon indicating copy to clipboard operation
pythonstubs copied to clipboard

Constructor for Intersection Methods lacking out-parameters

Open LotharTUM opened this issue 2 years ago • 0 comments

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.

grafik

Kind Regards Lothar

LotharTUM avatar Apr 07 '22 12:04 LotharTUM