Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
adamsangala
111 Views, 2 Replies

Rearrange Parts List using iLogic?

Hello.

Assemblies I work with contains few parts that are the same in each assembly. I would like to have this parts on particular place e.g. some on the top and some ot the nbottom of the list.

Is there any way to rearrange Parts List using iLogic so e.g. part with part no. "aaa" is first, part "bbb" is second and part "ccc" is last?

 

Thank you.

WCrihfield
in reply to: adamsangala

Hi @adamsangala.  Are you talking about the 'BOM' (BOM ) that is directly within an assembly, or are you really talking about a parts list (PartsList ), which is only found in a drawing document that has at least one view of an assembly?  Terminology is is important to us understanding the issue, and how to help you.  If you are really talking about a parts list in a drawing file, then there are some methods of rearranging rows to suit our needs.  There is the PartsList.Sort & PartsList.Sort2 methods.  Then there is also the PartsListRow.Reposition method.

 

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

adamsangala
in reply to: WCrihfield

Hello @WCrihfield ,

thank you for your reply. I mean Parts List which is only found in a drawing documents.

I will look into those methods you mentioned.

Thanks again.