mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
573 stars 135 forks source link

change Polyline.CreateFromPoints to take a BND_Point3dList #616

Open fraguada opened 1 month ago

fraguada commented 1 month 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 2 weeks ago

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