How to fuse an unknown number of inputs? #76
Closed
BarbourSmith
started this conversation in
How To
Replies: 2 comments 1 reply
-
I'm going to delete this because I can't find any reference to another way to do it, and writing one was trivial |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is no built-in support - because, as you noted, this is fairly trivial, and can have different needs (i.e. what does a cutAll do?). I should add a recipe for that as it is a common use case. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Is there a way to fuse an array of shapes all at once?
cad.fuse(...inputs) or something?
No worries if there isn't I can write my own, just wondering if I'm missing a built in way to do it.
Beta Was this translation helpful? Give feedback.
All reactions