Hi,
I have an API that sends output from specific vectors (Plate Top X Normal, Y Normal, and XY Shear) for a list of elements into an Excel sheet. Now I'm trying to export output that has been transformed to the Global Coordinates. I found app.feOutputTransform and I think I've got the inputs correct (4,TRUE,1,vID,0,elSet.ID,1,1,0,0), but no matter if I put that line before or after outData.GetFromSet(outSet.ID,vID), when I set a cell=outData.Value(elID), it gives the same output as before.
Does anyone know what I'm doing wrong?
I have an API that sends output from specific vectors (Plate Top X Normal, Y Normal, and XY Shear) for a list of elements into an Excel sheet. Now I'm trying to export output that has been transformed to the Global Coordinates. I found app.feOutputTransform and I think I've got the inputs correct (4,TRUE,1,vID,0,elSet.ID,1,1,0,0), but no matter if I put that line before or after outData.GetFromSet(outSet.ID,vID), when I set a cell=outData.Value(elID), it gives the same output as before.
Does anyone know what I'm doing wrong?