Connecting Intersecting Tubular Meshes for Water Flow #2874
Unanswered
doknicilija98
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hello! I think in this case you need |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have two intersecting meshes that are tubular and hollow inside, as shown in the picture below. My goal is to connect these tubes in a way that allows water to flow seamlessly through them.
I have tried using the Boolean operations like
mm.BooleanOperation.InsideA
andmm.BooleanOperation.Intersection
but they return empty meshes and undesired results.Could you please explain how I should proceed with connecting these tubular meshes?
Beta Was this translation helpful? Give feedback.
All reactions