Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Generating bom from jlink help

jruffsr

New member
I am trying to generate a bom from jlink using model.Export(bomFilename, bom_instrs);



I have set up the bom instructions as shown

bom_instrs = pfcModel.BOMExportInstructions_Create( );

but with no luck.



The bomFile name is a full path and name of file. example

bomFilename = currentDir+model.GetFullName()+".bom.1";



The instructions are slim on this. any help would be appreciated.

Thanks

Jeff Ruff
 
The cause of the failure was the use of the full path. Once I used just the filename, it worked just fine.
 

Sponsor

Articles From 3DCAD World

Back
Top