Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a cylinder with a diameter DiamAtt and it has some material taken away by another cylinder, with a diameter of DiamColl. Here's a picture:
So when DiamColl or DiamAtt changes Dcoll is calculated.
I have the iLogic to calculate Dcoll:
Dim RagColl as Double Dim RagAtt As Double RagColl = DiamColl/2.0 RagAtt = DiamAtt/2.0 If RagAtt < RagColl Then Dcoll = Sqrt((RagColl*RagColl) - (RagAtt*RagAtt)) Else Dcoll = 0.0 End If
This works, but the triggering of the rule seems a bit hit and miss. So my question is:
Is there a way of achieving this without iLogic but directly inside the parameter formula column?
TIA!
Solved! Go to Solution.