I have the below as output from an application which I am trying to customize using Python.
({'featureName': 'Solid extrude-1', 'index': 6, 'instanceName': None, 'isReferenceRep': False, 'pointOn': ((-71.25, 18.75, 20.0),)})
I want to get the Coordinate values ( 'pointOn'
key) from this variable.
I am not sure if this is array of dictionary or something else.