- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
(Not an Autodesk Employee)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.