Message 1 of 2
iLogic to Check if iPart exists

Not applicable
09-13-2018
11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
how would i go about trying to see if an ipart exists? for example, say i have a part with members/part numbers 10,20,30...100 which corresponds to extrusion height.
i have an excel sheet where there are some calculation being made which gives me the extrusion height. then, i would want to use the ipart.changerow() command to change to the correct ipart IF the calculated ipart part number exists.
so say the formula gives me a 20 for the height, then the part in my assembly would change to the 20 row, but if the formula gave me 25, then the part would do nothing and would not change configuration.
is this possible?
hopefully this makes sense