+
distance_to_plane
+
{
+ setSketchModeCmd({
+ ...sketchModeCmd,
+ distance_to_plane: Number(target.value),
+ })
+ }}
+ />
+
ortho
+
{
+ console.log(a, (a as any).checked)
+ setSketchModeCmd({
+ ...sketchModeCmd,
+ ortho: a.target.checked,
+ })
+ }}
+ />
+