Add START and END constants to std (#6270)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-04-14 20:37:45 +12:00
committed by GitHub
parent 8f487a441b
commit 7d7b153085
130 changed files with 2741 additions and 2292 deletions

View File

@ -102,7 +102,7 @@ singleBinFill = startSketchOn(XY)
],
)
magCutout000 = startSketchOn(singleBinFill, "start")
magCutout000 = startSketchOn(singleBinFill, START)
|> circle(
center = [
-magOffset - binBaseLength - binTol,
@ -165,4 +165,4 @@ binTop = startSketchOn(offsetPlane(XY, offset = height))
getPreviousAdjacentEdge(line012)
],
)
|> shell(faces = ["end"], thickness = binThk)
|> shell(faces = [END], thickness = binThk)