Skip to main content

CircularRepeatOptions

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

Properties

PropertyTypeDescription
countnumberNumber of instances (including the original)
anglenumberTotal angle to spread across. Cannot be used with offset. (optional)
offsetnumberAngle between each instance. Cannot be used with angle. (optional)
centeredbooleanWhen true, centers the pattern around the original object's position (optional)
skipnumber[]Indices to skip (e.g. [2, 4] to skip the 3rd and 5th instances) (optional)