read value from tolerance table
I must read values from tolerance Table (for example shaft).
Java user guide has following text:
All the user specified information for a tolerance is saved in a tolerance table for
ISO and DIN standards. You can retrieve and set the data for tolerance tables
using Creo Object TOOLKIT Java methods.
I cann't find this methods and cann't read values from tables. It is the ITEM_TABLE?
ModelItems tables = model.ListItems(ModelItemType.ITEM_TABLE);
Thank you
