Fix read Origins
This commit is contained in:
@@ -1457,7 +1457,7 @@ namespace CMS_CORE_Library.Osai
|
||||
if (errorClass != 0 || errorNum != 0 || nReturn == 0)
|
||||
return GetNCError(errorClass, errorNum);
|
||||
|
||||
ushort axesR = 1;
|
||||
ushort axesR = 20;
|
||||
// Read origins
|
||||
nReturn = OpenNC.GetAxOriginNum((ushort)processId, ref axesR, out AXORIGNUMC4array axOrigin, out errorClass, out errorNum);
|
||||
if (errorClass != 0 || errorNum != 0 || nReturn == 0)
|
||||
|
||||
Reference in New Issue
Block a user