kcl → types →
CircularPattern2dData
Data for a circular pattern on a 2D sketch.
Type: object
Properties
Property | Type | Description | Required |
---|---|---|---|
repetitions | Uint | The number of repetitions. Must be greater than 0. This excludes the original entity. For example, if repetitions is 1, the original entity will be copied once. | No |
center | [number, number] | The center about which to make the pattern. This is a 2D vector. | No |
arcDegrees | number | The arc angle (in degrees) to place the repetitions. Must be greater than 0. | No |
rotateDuplicates | boolean | Whether or not to rotate the duplicates as they are copied. | No |