Message 1 of 1
Inserting a CV at specified coordinates between existing CV's on a curve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm writing a script in python and I would like to be able to add a control vertex to a 3rd degree cv curve at a specified (x,y,z) location between two existing cv's.
Is there a way to do this?
The closest thing I can think of is use insertKnotCurve and move the new point to the coordinates afterwards, but for that I would need to know the value of the u parameter between those two points and I dont know how to get that info.