Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
At occasions the Creo designer needs to import a simple bom table from Windchill onto the drawing. Can someone shed a light on this please ? Particularly on getting the bom from Windchill. I was thinking for going for the Java JLink kit as we have already a couple of tools in this platform running.
Best regards,
Bernard
You should use ProDwgtableRetrieve() to load your BOM table
Table file location is given by pro_table_dir config.pro option that can be set to Windchill workspace using ProConfigoptSet() function.