Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Manual Splines?
#1
Shocked 
I'm looking to manually create a 1D curve using splines.

I've tried using SciPy's implementation of spline interpolation, but it's not what I want. Basically, for each knot, I'd like to manually constrain the first derivative at that point while also specifying it's "strength". I've seen several other apps implement something similar. For instance, CarbideCreate for CNC allows me to make curve like so:
[Image: Wqjgryf.png]

Does anyone know how to make such curves in Python? Thanks!
Reply
#2
Any ideas?
Reply
#3
Most graphical libraries draw Bézier curves. Have you tried those curves?
Reply
#4
Have you looked at any Python CAD/CAM packages?
Reply
#5
(Nov-04-2022, 07:35 PM)Gribouillis Wrote: Most graphical libraries draw Bézier curves. Have you tried those curves?

Ah, I think that's what I'm looking for. Thanks!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Regex Subdomain Validation & Input website manual rtzki 1 3,267 Sep-16-2018, 03:10 PM
Last Post: ichabod801
  py2 to py3 manual conversion, dictonaries Vysero 8 5,177 Jun-06-2018, 08:33 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020