2025-02-13 16:04:12 -05:00
|
|
|
sketch001 = startSketchOn('XZ')
|
|
|
|
|> startProfileAt([-4.35, -12.26], %)
|
2025-03-07 22:07:16 -06:00
|
|
|
|> yLine(length = 10.2)
|
2025-02-13 16:04:12 -05:00
|
|
|
|> line(end = [0.54, -0.03])
|
|
|
|
|> tangentialArcTo([20.4, 14.61], %)
|
2025-03-07 22:07:16 -06:00
|
|
|
|> yLine(length = -26.76)
|
2025-02-13 16:04:12 -05:00
|
|
|
|> line(endAbsolute = [profileStartX(%), profileStartY(%)], tag = $seg01)
|
|
|
|
|> close()
|
|
|
|
|
|
|
|
extrude001 = extrude(sketch001, length = 50)
|
|
|
|
|
|
|
|
sketch002 = startSketchOn(extrude001, seg01)
|
2025-02-28 17:40:01 -08:00
|
|
|
|> circle(center = [-2.08, 47.7], radius = 1.4)
|
2025-02-13 16:04:12 -05:00
|
|
|
|> patternLinear2d(instances = 5, distance = 5, axis = [1, 0])
|
|
|
|
// Instances was reduced from 12 to speed this up.
|
|
|
|
|> patternLinear2d(instances = 6, distance = 4, axis = [0, -1])
|
|
|
|
|> extrude(length = -40)
|