SketchOnFace UI (#1664)
* always enter edit mode * initial blocking of extra code-mirror updates * dry out code * rejig selections * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * clean up * stream clean up * update export * sketch mode can be entered and exited for extrude faces But has bugs * startSketchOn working in some cases, editsketch animation working but not orientation of instersection plane etc * Revert "A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)" This reverts commit406fca4c55. * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * remove comment * add sketch on face e2e test * tweenCamToNegYAxis should respect reduced motion * initial sketch on face working with test * remove temporary toolbar button and xState flow * un-used vars * snapshot test tweak * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * type tidy up * Revert "A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)" This reverts commitc39b8ebf95. * Revert "A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)" This reverts commitfecf6f490a. * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * rename * sketch on sketch on sketch * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * typo * startSketchOn Endcaps end works, start is weird still * clear selections for entity_ids that are not recognised * fix sketch on end cap of second order extrustion * tiny clean up * fix sketch on close segment/face * clean up 'lastCodeMirrorSelectionUpdatedFromScene' * add code mode test for sketchOnExtrudedFace * make end cap selection more robust * update js artifacts for extrudes * update kcl docs * clean up --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		@ -69,6 +69,8 @@ const part001 = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -69,6 +69,8 @@ const part001 = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -76,6 +76,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -244,6 +246,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -76,6 +76,8 @@ startSketchOn('XZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -244,6 +246,8 @@ startSketchOn('XZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -77,6 +77,8 @@ startSketchOn('YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -245,6 +247,8 @@ startSketchOn('YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -82,6 +82,8 @@ const part001 = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -250,6 +252,8 @@ const part001 = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -76,6 +76,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -244,6 +246,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -75,6 +75,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -243,6 +245,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -86,6 +86,8 @@ startSketchOn('-YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -254,6 +256,8 @@ startSketchOn('-YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -79,6 +79,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -247,6 +249,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -71,6 +71,8 @@ const rectangle = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -135,6 +137,8 @@ const rectangle = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -302,6 +306,8 @@ const rectangle = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -72,6 +72,8 @@ startSketchOn('YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -240,6 +242,8 @@ startSketchOn('YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -67,6 +67,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -68,6 +68,8 @@ const square = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -236,6 +238,8 @@ const square = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -403,6 +407,8 @@ const square = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -66,6 +66,8 @@ startSketchOn("YZ")
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -66,6 +66,8 @@ startSketchOn("YZ")
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -66,6 +66,8 @@ startSketchOn('-XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -234,6 +236,8 @@ startSketchOn('-XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -72,6 +72,8 @@ const part = rectShape([0, 0], 20, 20)
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -240,6 +242,8 @@ const part = rectShape([0, 0], 20, 20)
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -80,6 +80,8 @@ const part = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -77,6 +77,8 @@ const part = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -69,6 +69,8 @@ const part001 = startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -67,6 +67,8 @@ startSketchOn("YZ")
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -67,6 +67,8 @@ startSketchOn("YZ")
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -67,6 +67,8 @@ startSketchOn("YZ")
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -57,6 +57,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -128,6 +130,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -65,6 +65,8 @@ startSketchAt([0, 0])
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -254,6 +254,8 @@ string
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -75,6 +75,8 @@ startSketchOn('-YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -243,6 +245,8 @@ startSketchOn('-YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -65,6 +65,8 @@ startSketchOn('-YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -233,6 +235,8 @@ startSketchOn('-YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -66,6 +66,8 @@ startSketchOn('YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -234,6 +236,8 @@ startSketchOn('YZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -66,6 +66,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -234,6 +236,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -66,6 +66,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -234,6 +236,8 @@ startSketchOn('XY')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
@ -67,6 +67,8 @@ startSketchOn('XZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
@ -235,6 +237,8 @@ startSketchOn('XZ')
 | 
			
		||||
},
 | 
			
		||||
} |
 | 
			
		||||
{
 | 
			
		||||
	// the face id the sketch is on
 | 
			
		||||
	faceId: uuid,
 | 
			
		||||
	// The id of the face.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	// The original sketch group id of the object we are sketching on.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user