Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

API Send Transformed Output to Excel

Status
Not open for further replies.

Malibumus

Mechanical
Joined
Nov 29, 2012
Messages
2
Location
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top