Message 1 of 7
PI in equations does not evaluate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
Inventor 2023, but also tested with 2021.
I have a problem with the buggy parameter PI. For the sake of an exercise, I try to draw a sin curve via an explicit equation curve shifted by PI/2 (so that the maximum is at the origin (yes, I could just take cos, I just do it for the exercise...!)). PI itself is accepted, as are different simple equations:
-PI + x
-PI + 2
-sin(PI)
-sin(PI+2)
However, as soon as I try to evaluate a calculation inside the sin() containing x AND pi, it fails:
-sin(PI+x)
-sin(PI*x)
and, my original one:
-sin(x+PI/2)
Is this a bug of the parser? How can I circumvent it?
Cheers, Niels

