You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm try to use your Lib under C# and after compiling to C# all objects: Point, Vector, Matrix, KnotArray
due to typdef usage are transformed to Array<object> in .cs files
Hello,
I'm try to use your Lib under C# and after compiling to C# all objects:
Point, Vector, Matrix, KnotArraydue to
typdefusage are transformed toArray<object>in .cs filesAny help with that?