You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coinDiameter = 50 // Diameter of the coin in mm
coinThickness = 2.0 // Thickness of the coin in mm
rimThickness = coinDiameter / 50 // Thickness of the rim around the edge in mm
exampleSketch = startSketchOn("XY")
|> circle({
center = [0, 0],
radius = coinDiameter
}, %)
example = hollow(1, extrude(coinThickness, exampleSketch))
The text was updated successfully, but these errors were encountered:
Core Dump
coredump-8d36cda7-ce7e-4330-86e1-69ebcedc3505.json
Reference ID: 8d36cda7-ce7e-4330-86e1-69ebcedc3505
KCL Code
The text was updated successfully, but these errors were encountered: