Hello all,
I am writing a macro to do the following:
1.- Export all Dimensions and its upper and lower tolerances to excel.
2.- Export all Geometrical Tolerances to excel
3.- Change the color of the dimension which has a Geometrical Tolerances
So far I managed point 1.
Now I want to do the same to with the Geometrical Tolerances so I use the next line to select all of them:
selection1.Search "(CATTPSSearch.TPSGeometricalAnnot + CATDrwSearch.DrwGDT),all"
But I cannot find a way to read the symbol, value and Datum information.
...any ideas?
I am writing a macro to do the following:
1.- Export all Dimensions and its upper and lower tolerances to excel.
2.- Export all Geometrical Tolerances to excel
3.- Change the color of the dimension which has a Geometrical Tolerances
So far I managed point 1.
Now I want to do the same to with the Geometrical Tolerances so I use the next line to select all of them:
selection1.Search "(CATTPSSearch.TPSGeometricalAnnot + CATDrwSearch.DrwGDT),all"
But I cannot find a way to read the symbol, value and Datum information.
...any ideas?