Change the parameters of a custom ipart inserted into an assembly

Change the parameters of a custom ipart inserted into an assembly

oransen
Collaborator Collaborator
682 Views
1 Reply
Message 1 of 2

Change the parameters of a custom ipart inserted into an assembly

oransen
Collaborator
Collaborator

Is it possible to change the parameters of a custom ipart in an assembly after it has been inserted, or can I only do an insert using AddCustomiPartMember?

 

In that case I simply remove the previous occurrence and insert a new one I suppose?

 

 

0 Likes
Accepted solutions (1)
683 Views
1 Reply
Reply (1)
Message 2 of 2

xiaodong_liang
Autodesk Support
Autodesk Support
Accepted solution
Hi,
you can use ComponentOccurrence.ChangeRowOfiPartMember to change the row in the iPartTable this iPartMember represents. even the method allows you to input the custom params.