How do I get a BOM / component list in java?
Hello, I'm trying to access the BOM or component list of an assembly so that I can use it in an import tool for another program.
I see in the otkjavaexamples a ListDisplayedComponents method that returns a list of parts, but I would also need the quantity. Also, this method seems to drill into the BOM structure. I just need the top level assembly parts and their quantities.
I can't seem to find the correct methods or classes to achieve this.

