create#

classmethod InstArray.create(layout, name, ref, orig, xaxis, yaxis, xcount, ycount)#

Create an instance array with a layout.

Parameters:
layoutLayout

Layout to create the instance array in.

namestr

Name of the instance array.

refLayout

Layout that the instance array refers to.

origPointData

Point data that represents the origin of the instance array.

xaxisPointData

Point data that represents the x axis of the instance array.

yaxisPointData

Point data that represents the y axis of the instance array.

xcountValue

Value for the x count of the instance array.

ycountValue

Value for the y count of the instance array.

Returns:
InstArray

Instance array created.