Announcements
Visit Fusion 360 Feedback Hub, the great way to connect to our Product, UX, and Research teams. See you there!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Relations with logical statements / functions

Relations with logical statements / functions

Creos way of letting me write relations like code is very powerful and very easy to use and understand (especially erros) even if you have just a rudimentary programming knowledge. Very useful for assemblies, say the number of batteries in a pack varies with the diameter.

 

Example 1:

If ( main_d < 50 ) {

   nbrOfBatteries = 3;

}
Else if ( main_d < 70 && main_d > 50 ) {

   nbrOfBatteries = 5

}


Example 2:
If (d1 < 10 || d1 > 20) {

   d2 = 14;

}

else {

   d2 = 20

}

2 Comments
colin.smith
Alumni
This item has been archived due to a lack of votes. If you feel this item is important feel free to create a new idea station item.
colin.smith
Alumni
Status changed to: RUG-jp審査通過
 

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea