Can't change iPart by iLogic

Can't change iPart by iLogic

nalofoxdu04
Explorer Explorer
307 Views
3 Replies
Message 1 of 4

Can't change iPart by iLogic

nalofoxdu04
Explorer
Explorer

Good morning

 

I can't get my career change to work with iLogics.

Here is my ipart and my assembly

 

nalofoxdu04_0-1697726868109.png

nalofoxdu04_0-1697727020128.png

 

 

Can you have idea what is not working ? thank

 

0 Likes
Accepted solutions (2)
308 Views
3 Replies
Replies (3)
Message 2 of 4

WCrihfield
Mentor
Mentor

Will it allow you to make that change manually (without using an iLogic rule)?  If it will let you do it manually, then does it show any warning type dialog during that process.  If so, you may have to run the rule with its 'Silent Operation' option turned on, to avoid that potential warning or dialog.  Also, in your rule code, you are only including the first two inputs being requested.  That iPart.ChangeRow method is requesting at least 3 inputs.  The third input is an array of Object, indicating some unique row cell values, I believe.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 4

A.Acheson
Mentor
Mentor
Accepted solution

Hi @nalofoxdu04 

The parent assembly looks like an iassembly and this will not support ilogic rules for changing members. You need to add the ipart configuration table to the iassembly table and change the member when in memberscope mode.

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
Message 4 of 4

nalofoxdu04
Explorer
Explorer
Accepted solution

Thank for your help,

 

0 Likes