Formulas problem
Hello guys
I'm trying to create a parametric model, but unfortunately I have to compute some values with sin/cos/tg functions. Is any possibilities to calculate them directly into salome. Thank you for your help.
Regards
Roman
Hi Roman,
if you are using the python console you can calculate them in there using.
import math
math.sin(VALUE)
I never tried it without the console so I cant tell you if it works otherwise
Regards
Nigirim
Powered by
Ploneboard
it works. I forgot "import math"