THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/09/2012 at 03:57, xxxxxxxx wrote:
Can get the values of all the items in a container with the code:
bc=op.GetData()
for id,item in enumerate(bc) :
print id,item
And I can even get the type of data with item.GetType()
But I would like to get access to the names of the items. For instance, in the container of a Cube object, the item with ID 1105 (the second item in the container) is the "Fillet Radius". But that same ID (1105) can be used in other objects. So, how can I get the name of the items used in the dialogs?
Rui Batista