06-08-2022
05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-08-2022
05:05 AM
OK. So if you are using that equation within an iLogic rule, I assume then that both 'A' and 'T' represent parameters within the document. If that is not the case, then let me know what 'A' represents. And I assume that when you look at the equation area of the parameter named 'A' within the Parameters dialog box, it does not currently contain any equation, just a simple numerical value. If so, then something like this should work within that iLogic rule:
A = T * 2
If A > 0.3 mm Then
A = 0.3 mm
End If
Wesley Crihfield
(Not an Autodesk Employee)