kcl → types →
LinearPattern3dData
Data for a linear pattern on a 3D model.
Type: object
Properties
Property | Type | Description | Required |
---|---|---|---|
instances | integer | The number of total instances. Must be greater than or equal to 1. This includes the original entity. For example, if instances is 2, there will be two copies -- the original, and one new copy. If instances is 1, this has no effect. | No |
distance | number | The distance between each repetition. This can also be referred to as spacing. | No |
axis | [number, number, number] | The axis of the pattern. | No |