Notifications
Clear all
[Closed] Welding spline knots?
2 Replies
Mar 02, 2005 7:34 am
You could use the AddAndWeld() funtion. It can only weld between different spline shapes though.
Another way is to copy all knot positions, along with bezier vectors and then reconstruct the whole spline excluding all coincidental knot points. So basically create another one from scratch…
IMO spline methods are pretty limited in MaxScript.
- R
Mar 02, 2005 7:34 am
You’re telling me!
The problem is that the splines that I need to weld are so complex that I’m going to need one hell of a algorithm to sort it into a coherent shape again… But a plan is brewing!