kcl → types →
SolidOrSketchOrImportedGeometry
Data for a solid or an imported geometry.
This schema accepts exactly one of the following:
Data for an imported geometry.
Type: object
Properties
Property | Type | Description | Required |
---|---|---|---|
type | enum: importedGeometry | No | |
id | string | The ID of the imported geometry. | No |
value | [ string ] | The original file paths. | No |
Type: [object, array]
[
Solid
]
Properties
Property | Type | Description | Required |
---|---|---|---|
type | enum: solidSet | No |
Type: [object, array]
[
Sketch
]
Properties
Property | Type | Description | Required |
---|---|---|---|
type | enum: sketchSet | No |