Skip to content

Instantly share code, notes, and snippets.

@pencelab
Last active May 16, 2021 07:41
Show Gist options
  • Save pencelab/a9ae441bd717d3ba7d7911771cf5aa06 to your computer and use it in GitHub Desktop.
Save pencelab/a9ae441bd717d3ba7d7911771cf5aa06 to your computer and use it in GitHub Desktop.
panel {
...
space()
addShape(square union rhombus)
...
space()
composed { ComposedShape(rhombus, triangle, ComposedShape.Operation.INTERSECTION) }
...
}.print()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment