Workplane.spline()
Doesn't Support Tangents at Arbitrary Interpolation Points
#631
Labels
Workplane.spline()
Doesn't Support Tangents at Arbitrary Interpolation Points
#631
Hello, developers.
The implementation of
Workplane.spline
, doesn't seem to support specifying tangents for arbitrary interpolation points, but only at the start and end points. The underlyingGeomAPI_Interpolate
interpolator does support this feature. (It is also exposed in FreeCAD.)I would like to add this feature to
Workplane.spline()
, or, perhaps, to a new method, if changingspline()
may cause undesirable breakages.Let me know, if this sounds like a good idea.
Thanks,
Pav
The text was updated successfully, but these errors were encountered: