Set matrix object xy mapping coordinates
SetXY(Values)
False if x0 == x1 or y0 == y1, otherwise return True
EX1
import PyOrigin pArr2D = [[x for x in range(5)] for x in range(5)] MatrixPage=PyOrigin.MatrixPages('MBook1') MatrixPage.Layers('MSheet1').SetColCount(5) MatrixPage.Layers('MSheet1').SetRowCount(5) MO=MatrixPage.Layers('MSheet1').MatrixObjects(0) vXY=[0,1,0,1] MO.SetXY(vXY)
MatrixObject::GetXY