Formulas inside parameter settings

Top  Previous  Next

Here is an example which is the formula equivalent of this iLogic VB example:

 

sign(RagColl - RagAtt) * sqrt(( RagColl * RagColl - RagAtt * RagAtt ) * sign(RagColl * RagColl - RagAtt * RagAtt))

 

It is very very important that the case is respected in the parameter names and the functions.

 

Here's how the thing would appear inside a part:

 

Formula_In_Parameter

 

 

Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)