vinerunner
Aerospace
- Sep 4, 2013
- 11
Hello!
I would like to combine several curves in one curve in proe.
My idea was the following:
ang=t*360
x=t
z=0
IF ang>0 AND ang=<120
y=cos(ang)
ENDIF
IF ang>120 AND ang=<200
y=sin(ang)
ENDIF
etc.
but it doesn't work bcause of the "AND"
I hope you understand the problem.
Can you help me how can I solve this?
Thanks!
I would like to combine several curves in one curve in proe.
My idea was the following:
ang=t*360
x=t
z=0
IF ang>0 AND ang=<120
y=cos(ang)
ENDIF
IF ang>120 AND ang=<200
y=sin(ang)
ENDIF
etc.
but it doesn't work bcause of the "AND"
I hope you understand the problem.
Can you help me how can I solve this?
Thanks!