mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
613 stars 139 forks source link

change Polyline.CreateFromPoints to take a BND_Point3dList #616

Closed fraguada closed 4 months ago

fraguada commented 6 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

Similar to https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_nurbscurve.cpp#L145

fraguada commented 5 months ago

Will change this to use regular js and py arrays like in #620