Grasshopper

algorithmic modeling for Rhino

Hi,

Would anyone know how to enter the functions below in the "Evaluate" (Eval) or "Expression" components, please?

x = (b^2 - c^2*cos(a*t).^2).^(1/2).*cos(t); 
y = (b^2 - c^2*cos(a*t).^2).^(1/2).*sin(t);
z = c*cos(a*t);


Thank you in advance,

Andre


Views: 463

Attachments:

Replies to This Discussion

Remove the dots "."

{ (b^2 - c^2*cos(a*t)^2)^(1/2)*cos(t), (b^2 - c^2*cos(a*t)^2)^(1/2)*sin(t), c*cos(a*t) }

Don't put point inside equation. 

Next time 

Upload your definition

Use add image instead of upload file

Attachments:

Thank you!

Andre

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service