Using 2D boolean functions on drawings #110
raydeleu
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
A useful application of the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Your reference doc is great! The more I think about it, the more it should live in your own space! Would you like some help to automate some kind of build to have a page? Would you be interested in a replicad hostname to point to it (something like manual.replicad.xyz? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the Replicad manual at https://github.com/raydeleu/ReplicadManual/tree/main#readme I prepared a small example how the 2D boolean functions can be used. In the code sample below I combined this with selecting edges on the two extremities of one of the shapes, using a combination of
inPlane
finders.I noticed that
intersect
also works. I still have to find an example where this function would be useful.Beta Was this translation helpful? Give feedback.
All reactions