Skip to main content

LinearRepeatOptions

Options for repeat("linear", ...).

Properties

PropertyTypeDescription
countnumber | number[]Number of instances per axis (including the original)
offsetnumber | number[]Spacing between each instance. Cannot be used with length. (optional)
lengthnumber | number[]Total span to distribute instances across (evenly spaced). Cannot be used with offset. (optional)
centeredbooleanWhen true, centers the pattern around the original object's position (optional)
skipnumber[][]Index tuples to skip (e.g. [[1], [3]] for single axis, [[1, 2]] for multi-axis) (optional)