kcl → types

SketchSurface

A sketch type.

This schema accepts exactly one of the following:

A plane.

Type: object

Properties

PropertyTypeDescriptionRequired
typeenum: planeNo
idstringThe id of the plane.No
valuePlaneTypeA sketch type.No
originPoint3dOrigin of the plane.No
xAxisPoint3dWhat should the plane’s X axis be?No
yAxisPoint3dWhat should the plane’s Y axis be?No
zAxisPoint3dThe z-axis (normal).No
__meta[ Metadata ]No

A face.

Type: object

Properties

PropertyTypeDescriptionRequired
typeenum: faceNo
idstringThe id of the face.No
valuestringThe tag of the face.No
xAxisPoint3dWhat should the face’s X axis be?No
yAxisPoint3dWhat should the face’s Y axis be?No
zAxisPoint3dThe z-axis (normal).No
solidSolidThe solid the face is on.No
__meta[ Metadata ]No