09-24-2019
05:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-24-2019
05:41 PM
Hello sreed,
iLogic will help you
SheetMetalLength = iProperties.Value("Custom", "sheet metal length")
SheetMetalWidth = iProperties.Value("Custom", "sheet metal width")Here 'SheetMetalLength' and 'SheetMetalWidth' are user parameters.
Keep mind that the change of custom iProperty cannot invoke the rule.
So you should invoke this rule manually when the iProperty has been changed, and set this rule to the trigger, such as 'Before Save Document', to minimize the risk of forgetting to invoke the rule.
(Does anyone know a better way?)
=====
Freeradical
Hideo Yamada