stevethb
Specifier/Regulator
- Nov 27, 2008
- 46
I have an assembly with two parts. In one part there is a point. In Expressions I have p1143_x = 5 p1144_y = 10 p1145_y = 15
In another part ( in the same assembly ) I have two curves and an angle between those curves is for example p1200=20
How to set up a value of an angle ( p1200 ) dependent on for example this Expression - p1143_x
What I want is to set up p1200 like this
if p1143_x > 0 then set up p1200 = 20
if p1143_x < 0 then set up p1200 = 30
Regards
In another part ( in the same assembly ) I have two curves and an angle between those curves is for example p1200=20
How to set up a value of an angle ( p1200 ) dependent on for example this Expression - p1143_x
What I want is to set up p1200 like this
if p1143_x > 0 then set up p1200 = 20
if p1143_x < 0 then set up p1200 = 30
Regards