The PTC Community is on temporary read only status in preparation for moving our community to a new platform. Learn more here
Hi,
I looked through the API guide and downloaded the examples. The last part of the code displays 'output1' in message box. It does not have example on how to show the matrixoutput1.
Can you help with this? I need to get matrix from the sheet.
Solved! Go to Solution.
i = matrixValue.SetMatrixElement(0, 0, 2.5);
hereResult.MatrixResult.GetMatrixElement(ic, jc, out
dblhere);
i = matrixValue.SetMatrixElement(0, 0, 2.5);
hereResult.MatrixResult.GetMatrixElement(ic, jc, out
dblhere);
Hi Terry,
so the matrix can only be operated element by element, is that correct?
In terms of getting or setting elements of a matrix, it is as far as I know element by element.
Cheers
Terry
