Hi All,
I need to reorder the BOM using API. I come across BOM Sort. Likewise, whether there is an API to reorder the BOM.
Regards,
VIgnesh
Vignesh,
Have you looked at 2017 SOLIDWORKS API Help - Sort Table Example (VBA) ... a little quirky with mixed results.
My last attempt at the API is here...Sort BOM VBA Macro issues
Hi ,
Thank you for your response. This is related with Sorting the BOM .Is there similar way to do reorder BOM?.
Vignesh
What exactly are you trying to do with reorder. Why is sort not feasible?
Sorting will reorder the BOM based on QTY, or Description etc..,. based on your input. In my case, the Bom gets reordered automatically. I need to set it back as it was before. That is the issue.
Vignesh,
Have you looked at 2017 SOLIDWORKS API Help - Sort Table Example (VBA) ... a little quirky with mixed results.
My last attempt at the API is here...Sort BOM VBA Macro issues