kcl → types →
Sketch
A sketch is a collection of paths.
Type: object
Properties
Property | Type | Description | Required |
---|---|---|---|
id | string | The id of the sketch (this will change when the engine's reference to it changes). | No |
paths | [ Path ] | The paths in the sketch. | No |
on | SketchSurface | What the sketch is on (can be a plane or a face). | No |
start | BasePath | The starting path. | No |
tags | object | Tag identifiers that have been declared in this sketch. | No |
__meta | [ Metadata ] | Metadata. | No |