ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
LBLarry Blakely03/08/2021

Is there a Pdm API call for the export BOM button ?

I have tried the following :

"bomView = (IEdmBomView3)aFile.GetComputedBOM(ppoRetLayout.mbsLayoutName, 0, "@", (int)EdmBomFlag.EdmBf_AsBuilt + (int)EdmBomFlag.EdmBf_ShowSelected);"

But the results are not the same as using the button in Pdm itself.

Any help appreciated,

Thanks.