Closed fraguada closed 4 months ago
This function needs to take a BND_Point3dList instead of const std::vector<ON_3dPoint>& points https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_polyline.cpp#L10
const std::vector<ON_3dPoint>& points
Similar to https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_nurbscurve.cpp#L145
Will change this to use regular js and py arrays like in #620
This function needs to take a BND_Point3dList instead of
const std::vector<ON_3dPoint>& points
https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_polyline.cpp#L10Similar to https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_nurbscurve.cpp#L145