Forum
Início › Fóruns › Temas ou Discussões › Panel – Robot Python API › Resposta a: Panel – Robot Python API
kaneza
Convidado
11 de Junho, 2022 às 14:04
Número de artigos: 172
same issue, label.data and thData.Data returns dynamics vars so cast is necessary.
1 | thData = IRobotThicknessData(label.Data)
2 | […]
3 | homo = IRobotThicknessHomoData(thData.Data)
To understand, try to find topics on boxing/unboxing ___.data returns on multiple types and all are specific that is equal to using same object but recept it in different container declining himself into parts also.
Best regards