jaehyun Cho

5 Reputation

2 Badges

15 years, 17 days

MaplePrimes Activity


These are questions asked by jaehyun Cho

hello, I make some code about NURBS.

Till NURBS curve and surface I did. These shapes are came from parametric equation.

Nurbs curve is...

plot([F(t),G(t),t=0..1]);

 

and NURBS surface is

plot3d([F(t,p),G(t,p),R(t,p)],t=0..1,p=0..1);

 

so I tried to make solid also by using 'implicitplot3d'.

 

But it does not support parametirc equation.

For example, implicitplot3d([F(t,p,s),G(t,p,s),R(t,p,s)...

Page 1 of 1