Message 1 of 1
Conditional Geometric Constraint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am creating a block, wtih a linear constraint, that is dependent on an angle.
What I want is something like this
d1 = if(ang1 > 45, 20, 30)
Is this possible? I have searched but found nothing so far
Cheers,