iLogic rule QTY changes / creates new iproperty in assembly

iLogic rule QTY changes / creates new iproperty in assembly

r.munozMT3QP
Contributor Contributor
401 Views
2 Replies
Message 1 of 3

iLogic rule QTY changes / creates new iproperty in assembly

r.munozMT3QP
Contributor
Contributor

Hi everybody

 

I know the title is not so good, but i didn´t know how to write it better in few words...

 

I need to do something with my lists of materials when i do a revision, because my colleague becomes crazy when he have to check every element in the assembly parts list, and i can´t waste my time too doing the same so...

 

I have an idea in my mind, but i don´t know how to make it work because im 0 at iLogic.

 

The code without expressions would be something like this.

 

When QTY value changes

then

Change colour in the drawing part list or create new custom iProperty in the assembly that says "the total quantity have changed"

 

Thanks in advice.

Rodrigo

 

 

0 Likes
402 Views
2 Replies
Replies (2)
Message 2 of 3

johnsonshiue
Community Manager
Community Manager

Hi Rodrigo,

 

This should be doable but it requires a bit planning. The tricky thing here is "when QTY changes." iLogic isn't aware when or how QTY was changed. So, I believe you will need to write a rule to keep the QTY values before the potential change happens. Then check the new values against the old values to see if there is a change.

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes
Message 3 of 3

r.munozMT3QP
Contributor
Contributor

@johnsonshiuethanks for your reply 🙂

 

I´m null with iLogic and i don´t have time to learn, i thought a new way to do it... more manual but a lot easier.

 

I will create a new view called revision with all the changes and then a part list with a view filter.

 

 

 

 

0 Likes