I have an excel file with the x, y, z value of a list of points. I want to create coordinate system by using the above values in GC. I have the excel file read as excelRangeX, excelRangeY, excelRangeZ respectively. I thought I can create the coordinate system by "ByCartesianCooridinates" and assign the XTranslation as excelRangeX.Value, etc. It seems this is not a valid assignment in GC and I get the following error message:
"Exception: Invalid assignment: coordinateSystem01.XTranslation = excelRangeX.Value. That value is not of the required type, double."
I don't know what went wrong here and I am pretty stuck... Anyone who can help me out? Thanks in advance and best wishes for the new year!