ARefY
- class ipkiss3.all.ARefY
A 1D array of references along the Y-axis (prior to transformation)
- Parameters:
- reference: _LayoutView, required
- n_o_periods_1d: int and number > 0, optional
Number of references in the array
- period_1d: float, optional
1D period of the array
- origin: Coord2, optional
Origin of the array
- flatten: ( bool, bool_ or int ), optional
if True, it will insert the references elements on export, rather than the reference itself
- name: ( String that contains only alphanumeric characters from the ASCII set or contains _$<>. ASCII set is extended on PY3. ), optional, *None allowed*
Unique name of the instance within the scope of the View/Cell
- owner: ( _View ), optional, *None allowed*
link to the owner of the instance.In most cases this is automatically added by the _generate_instances method
- transformation: GenericNoDistortTransform, optional
- Other Parameters:
- n_o_periods: locked
2D number of periods of the 1D array
- period: locked
2D period of the 1D array.
- positions: locked
positions where the reference needs to be placed, with transformation applied.