issues
search
bschwind
/
opencascade-rs
Rust bindings to the OpenCascade CAD Kernel
GNU Lesser General Public License v2.1
116
stars
22
forks
source link
feat: construct Edge as B-spline interpolating points
#177
Closed
mkovaxx
closed
3 months ago
mkovaxx
commented
5 months ago
add
Edge::spline_from_points()
support specifying tangents at the first and last point of the B-spline
mkovaxx
commented
5 months ago
@bschwind This is ready to land! :)
Edge::spline_from_points()