Hello everyone,
I’m working on a project and i m having a problem with reparametrizing joined curves.
When i join 2 curves with different length, the domain of the resulting curve is not uniform.
I’d rather not rebuild the curve because i need to keep the angle between the 2 curves.
You can shatter the curve at all discontinuities, rebuild the segments and join them again. But why do you need the domain to be (roughly) uniform? Domains of nurbs curves are almost never uniform so most algorithms have ways to deal with that.
Just a wild guess here, would using Evaluate Length be better suited for you instead?
Looks like you’re trying to scale the curve’s parameter domain by its length, when you could be directly be using the curve’s arc length parameterization: