I have a NURBS surface which has 4 curved edges. (I have the 4 bezier points for the curves)

I'd like to slice the NURBS surface with a slicing-plane thats on-axis (not as advanced as 3DSMAX!), and calculate a curve where the slicing-plane and NURBS surface intersects.

link|improve this question

Are we talking 3D or just numbers? Could you maybe attach a picture for reference? I think I'm getting at what you mean but you've constrained yourself to just the X, Y or Z axis? The general case would be intersection between surface and plane? This sounds awfully a lot like projecting on a plane. – John Leidegren Feb 17 '09 at 13:42
See stackoverflow.com/questions/574732/… – Jenko Feb 22 '09 at 11:20
feedback

2 Answers

Well.. The R in 'NURBS' is for rational. It's a division of two polynoms. Your (axis-aligned) plane gives you a very simple fun set of points, (x,y,z) such that z is the given z. Solve. Not very helpful perhaps. Is this more like what you had in mind?

link|improve this answer
feedback
up vote 0 down vote accepted

Discussion continued at this SO question.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.