- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Steps to reproduce
Hi,
Im using one ilogic rule for extend length of the flat patten objects.
i added the rule in event trigger - part - before save.
some of the parts does not the flat pattern type parts like rods, angles etc..
eventhough the rule runs for that type of parts and its not an issue. but error notification is coming. how to avoid/or turn off this error message?
ilogic Code was
extents_length = SheetMetal.FlatExtentsLength
extents_width = SheetMetal.FlatExtentsWidth
iProperties.Value("Custom", "LENGTH") = extents_length
iProperties.Value("Custom", "WIDTH") = extents_width
iProperties.Value("Custom", "THK") = Parameter("Thickness")
Expected results
A modified Code
Actual results
image attached
URL where issue occurs
-
Browser
Microsoft Edge
OS
Windows
Attachment
Solved! Go to Solution.