create#
- classmethod InstArray.create(layout, name, ref, orig, xaxis, yaxis, xcount, ycount)#
Create an instance array with a layout.
- Parameters:
- layout
Layout Layout to create the instance array in.
- name
str Name of the instance array.
- ref
Layout Layout that the instance array refers to.
- orig
PointData Point data that represents the origin of the instance array.
- xaxis
PointData Point data that represents the x axis of the instance array.
- yaxis
PointData Point data that represents the y axis of the instance array.
- xcount
Value Value for the x count of the instance array.
- ycount
Value Value for the y count of the instance array.
- layout
- Returns:
InstArrayInstance array created.