Rotation in a completely non-orthogonal space.

 From:  Michael Gibson
11931.7 In reply to 11931.6 
Hi Mala,

re:
> Problem: I would like to place the array profiles where the spline points describe the tight
> curves. To use them in the sweep. How do I achieve this?

That's kind of weird thing to do for a couple of reasons.

One is that the control points of a curve are a polyline like this:



Note that some control points are on the curve and some are away from the curve. So placing profiles at each point is not really productive.

Another thing is that it is already built in to the sweep command that it adds more internal profiles for bends. So you're kind of trying to manually reproduce what sweep already does internally.

It could help if I understood why you want to do this, what problem are you trying to solve?

- Michael