kcl → types →
SolidSet
A solid or a group of solids.
This schema accepts exactly one of the following:
An solid is a collection of extrude surfaces.
Type: object
Properties
Property | Type | Description | Required |
---|---|---|---|
type | enum: solid | No | |
id | string | The id of the solid. | No |
value | [ ExtrudeSurface ] | The extrude surfaces. | No |
sketch | Sketch | The sketch. | No |
height | number | The height of the solid. | No |
startCapId | string | The id of the extrusion start cap | No |
endCapId | string | The id of the extrusion end cap | No |
edgeCuts | [ EdgeCut ] | Chamfers or fillets on this solid. | No |
__meta | [ Metadata ] | Metadata. | No |
Type: [object, array]
[
Solid
]
Properties
Property | Type | Description | Required |
---|---|---|---|
type | enum: solids | No |