FreeCAD: Quick and Easy Hexagon Mesh | Wrapped Around Cylinder | Tube

Sdílet
Vložit
  • čas přidán 3. 08. 2024
  • Using Freecad to create a hexagon mesh and meshed wrapped around a tube using FreeCAD part workbench, draft and sketcher. How to for a planner and cylinder surfaces. Easy beginners FreeCAD tutorial using basic modelling skills. No choice or macro involved
    #FreeCAD , #CAD, #3DPrinting
    Journey with me and
    Patreon
    / mangojellysolutions
    Donate:
    ko-fi.com/mang0
    Subscribe:
    / @mangojellysolutions
    Browse my Redbubble Shop:
    MangojellyLabs.redbubble.com
  • Jak na to + styl

Komentáře • 76

  • @royw2
    @royw2 Před 11 měsíci +9

    Thank you! A very informative lesson!
    I added a perpendicular constraint between the construction triangle and the hexagon, then the math for the intervals becomes straightforward:
    'HexagonDiameter 5
    'HexagonSpacing 0.6
    'HexagonIntervalX =HexagonDiameter * cos(30) + HexagonSpacing
    'HexagonIntervalY =HexagonIntervalX * 2 * cos(30)
    Now just change the HexagonDiameter and HexagonSpacing (dimension of a side of the construction triangle) and the intervals automatically adjust.

    • @MangoJellySolutions
      @MangoJellySolutions  Před 11 měsíci +2

      Wow thank you for taking the time adding that detailed information. Really help enrich the learning experience. Thank you for the comment.

  • @alexstone691
    @alexstone691 Před 8 měsíci +3

    Finally this was something i was looking for, i wanted to make my 3d printed walls lighter

  • @stewartpalmer2456
    @stewartpalmer2456 Před rokem +7

    You have just taught a very powerful tool. Using a triangle to align another object. That will work with many shapes. Thank you. As usual, I was doing it the (a) hard way.

  •  Před rokem +1

    Nice feature. Thank you!

  • @donstelfox6921
    @donstelfox6921 Před rokem +1

    Excellent, thank you. Cheers

  • @rms-repairmainanseremban8403

    I really love your video, because you tell it word by word...tq sir

  • @TheYear-dm9op
    @TheYear-dm9op Před 9 měsíci +2

    Your FreeCAD tutorials are awesome, thank you for making them!

  • @multiforc271
    @multiforc271 Před rokem +2

    the explode option was very nice ! please point out more of these points, knowing about boolean operation is straight forward and well known, but the compound option was the extra step. looking forward to learn more about these tricky businesses.

  • @amilasilva7710
    @amilasilva7710 Před 10 měsíci +2

    This is awesome. Very powerful tools. Thank you. Learned many new things.

  • @antondoorman5214
    @antondoorman5214 Před rokem +1

    Hi
    It's another great and clear explanation, I'm starting to find it more and more clear and interesting.
    Thank you

  • @TrollFaceTheMan
    @TrollFaceTheMan Před 7 měsíci +1

    Very useful, thanks!

  • @noahjoyner8232
    @noahjoyner8232 Před 7 měsíci +2

    This video is freaking awesome, really helped to connect some neurons!

    • @noahjoyner8232
      @noahjoyner8232 Před 7 měsíci

      Just coming back, is there a way to map the surface without wrapping? Obviously that is what results in the need for exploding the cuts, and you can use some math to make it all work out, BUT either a way to fix the exploded cut faces so that they will be a complete STL files upon exporting or cutting off wrapping would be awesome, if you know of it.

    • @MangoJellySolutions
      @MangoJellySolutions  Před 7 měsíci

      Glad you enjoyed it! :)

    • @MangoJellySolutions
      @MangoJellySolutions  Před 7 měsíci

      I do have another video of a different method that may help. czcams.com/video/5PKMi-8eonA/video.html

  • @sjn8099
    @sjn8099 Před rokem +1

    Only great. Thank you 🙂

  • @LeszekZalewski
    @LeszekZalewski Před 5 měsíci +1

    Damn that's a good vid! Thanks!

  • @nams37
    @nams37 Před rokem +1

    Thank you

  • @ctcboater
    @ctcboater Před rokem +5

    I think that (about 3:40) the upper side of the construction triangle should have been constrained horizontal to make the pattern symmetric.

  • @colinwakefield3940
    @colinwakefield3940 Před rokem +1

    Thanks!

  • @matwyder4187
    @matwyder4187 Před rokem +6

    Just installed the honeycomb macro a few days ago. It works fine, but doing it manually allows way more freedom that could come handy at some point. Learned something neat again, thank you sir! With an extra construction triangle I managed to constrain the sketch and used references directly from there for the array intervals so the pattern is parametric and perfectly laid out. Matching the circumference to make it seamless is a bit trickier, couldn't yet find a straightforward way to do it.

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem +2

      It's always good to try it yourself rather than relying on other people's macros, also it opens up the opportunity to use other geometry. Making it parametric is a great way to go. As you say you need to calculate the gap as well as the amounts of shapes across the unwrapped face which would be the csame as the circumference.

  • @simduino
    @simduino Před 9 měsíci +2

    Excellent video, as always very detailled and perfectly explained. I was looking for a way to make a honeycomb internal structure and this was the perfect answer. Especially the array funcion which I didn't know until now. Thank you for taking the time to show us the way.

    • @MangoJellySolutions
      @MangoJellySolutions  Před 9 měsíci +2

      Glad it solves your challenge and thank you for feeding back. Good to hear your enjoying them 😁

    • @simduino
      @simduino Před 9 měsíci +1

      @@MangoJellySolutions I subscribed to your channel because I find your way of explaining things very pleasant, no annoying background music, easy to follow with a pleasant tone of voice, clearly articulated, just like a proficient teacher should be. Keep up the excellent work!

  • @FEACAD
    @FEACAD Před rokem +1

    Commendable

  • @gregwoolley
    @gregwoolley Před rokem +2

    Another excellent video, thank you! Any suggestions (possibly an instructional video) on how to fillet the edges of the mesh, without manually filleting each mesh individually?

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem +1

      Thank you. Yeh this world be a bit of a pain to fillet. With the tube I don't think you can get around it without selecting the edges. With the planner mesh on the other hand you can use lattice 2 and create a single hexagon, fillet and then lattice. I am sobering now if you can apply the same techniques to a tube. 🤔I will have an experiment. 👍

  • @Dr_Mauser
    @Dr_Mauser Před rokem +1

    This will be useful, I need to model some expanded mesh to emulate a paper humidifier wick. Although that might be trickier because I would need to make the hexagons (Diamonds actually in this case) oblique.

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem

      If I have it pictured in my head you could make the flat mesh and Extrude this in part along another sketch which is just a straight line at the angle and distance you want to travel. Or use make face from part on the hexagons rather than extruding. Do this twice and create a multi Ioft from curves workbench between both. You can position the second face were you want to make the desired angle.

    • @Dr_Mauser
      @Dr_Mauser Před rokem

      @@MangoJellySolutions Yeah, I can see that first one easily enough. I printed a home humidifier I designed, but the one weakness is the paper "Wick" I used from standard humidifiers. Those fail from mineral buildup in a month or two from conventional use, but my design uses an aquarium pump to pour water on them from the top like some of the "Permanent wick" models. So far so good, but after four or five months, they get a little slimy from being constantly wet. I figure a plastic one I can safely wash without destroying is a better solution. (The permanent ones are made from expanded aluminum foil, coated with some kind of material that helps retain water on them, but they are delicate and cleaning them can damage them).
      You've probably seen conventional expanded steel, where a sheet of steel is given alternating slots, then stretched to give the mesh pattern to it. Typically that is flattened. The wick material tends to bend upwards as it is stretched. I think a similar material is used instead of wooden lath to support plaster or stucco walls. The wicks use that technique with absorbent paper, and form it around a single foil layer as well. That is trickier to model because the angle they would extrude is different at each segment. But if I can just approximate it that should be enough to hold the water in the airstream to evaporate.

  • @hoomanBeein
    @hoomanBeein Před rokem +3

    Awesome tutorial!
    But I wanted some more precision with distances between the hexes(damn perfectionism).
    I created a spreadsheet where I put the diameter and the length of the triangle side and then referenced them in the sketch using formula.
    Afterwards in the array Intervals also had formulas referencing spreadsheet values so it was calculating distances automatically and more precisely then me adding 0.1mm and checking if it looks good.

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem +1

      Sounds awesome 👍

    • @brianprice7020
      @brianprice7020 Před rokem +1

      I , also, use spreadsheets to vary parameters of parts to see the success or error of my concepts.

  • @racingprincipal
    @racingprincipal Před rokem

    Thank you for this. How do I use it if I would like to honeycomb pattern in a part design, for example, the lid of a box

  • @Not-Only-Reaper-Tutorials

    *P.H.E.N.O.M.E.N.A.L.!* It was the thing I was looking for, for more than 2 years! Thank you for that. Just I'm wondering if it works on more complex surfaces like a cilinder that a certain moment changes its shapes becoming conical. Wrapping the mesh around it.
    23:36 because I adopted differente measures, I got that the removable objects are less than the ones I can remove.
    I got exactly 4 but I could remove only 3.

    • @noahjoyner8232
      @noahjoyner8232 Před 7 měsíci +1

      It does, I was looking for this video to wrap it a hex pattern around conical slice and it worked perfectly!

  • @KnotHead1008
    @KnotHead1008 Před rokem +1

    👍👍👍👍

  • @TechieSewing
    @TechieSewing Před rokem +2

    Great tutorial!
    I have a more general question after following a lot of lattice2 tutorials where you always use Part. If I'm going to use Lattice2, Curves and Draft in my workflow, should I forgo PartDesign and switch to Part? I've started with PartDesign and comfortable in it but lately it seems to hinder me constantly.

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem +3

      So this is a good question. Part and part design under the hood are basically the same in how they end up creating a solid, and that's the key thing to remember "a solid". Where the part design breaks down is to create a faster workflow your operations need to create a solid as each time as they are automatically fused with the previous operation. The part workflow requires this to be done manually. This allows freedom of creating surfaces, shells and what I find the most useful of all, compounds, collection of objects. The lattice relies heavily on compounds as it uses arrays of objects. A text string can be exploded in part wb, isolating the individual letters, a extrude with a sketch that has 4 seperate rectangles though is one extrude is still a compound. Part design is great for straightforward modelling especially when you have a plan, but it breaks down when you want to the 'tricky' side of things as it requires all geometry to touch reducing its flexibility . It's funny you should bring this up as I just finished editing a video on that exact subject 😊

    • @TechieSewing
      @TechieSewing Před rokem +1

      @@MangoJellySolutions That makes sense, thank you! Since I've learned we can extrude sketches in Part all the same and don't have to carefully cut spheres out of cubes, it doesn't seem as different.
      Haha, you are reading thoughts again :) Looking forward for that video too!

  • @MarkFraserWeather
    @MarkFraserWeather Před rokem +1

    I've found the mesh looks slightly better if you use -0.32 x & 35.2 y for the Interval Y. No idea where these dimensions are measured from.

  • @michaeltodd3920
    @michaeltodd3920 Před rokem

    Can this be done on a tapered tube, kinda like a golf ball basket?

  • @malzbier1339
    @malzbier1339 Před 9 měsíci +1

    👍🏻🥳

  • @HumanBeingSpawn
    @HumanBeingSpawn Před rokem

    How do you make it fill so it creates a connected mesh?
    It doesn't seem to work for me with rectangles. When I select the Array first for cutting, I end up with the pattern and a cutout which I do not want. When I select the Extrusion first, I get an error (exclamation mark on the extrusion).
    Also, I get an error when I switch to the Draft view.

  • @eggie3797
    @eggie3797 Před rokem +1

    Brilliant I have some more projects for you LOL

  • @martincronje5242
    @martincronje5242 Před rokem +4

    Is it possible to wrap more complex shapes around another. The example in your video has a constant thickness, but sometimes there a need for thickness that are not constant.

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem +2

      Good question, if you had a shape that say has a series of bumps and hollows but following a similar curvature then you can follow the same process but at the last step hide the cylinder / tube and perform the cut against the target object. Your looking at how the hexagons flow and using a simple object first then cutting against the more complex object can be enough to create the effect you need

  • @paulcole1171
    @paulcole1171 Před rokem +2

    Hi just wondering if you can help when I go to the part section and click on the tube it come up with the measurements in the task window but what I have noticed is that when you use the Measure Distance tap the measurements show double the size for the Outer & Inner Radias than in the Task window but the Height is spot on so am I doing something wrong in the setup or is there a fault in the software.

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem +1

      I've seen this before when measuring part design and it confused the hell out of me for ab hour. What I found is that when I rotated my view the measurement had connected to a point in space behind so it was off in the distance though it looked like it was aligned . Found clicking on a vertexes when measure helps. I don't know if this is the same issues as what you are having.

  • @poco9964
    @poco9964 Před 5 měsíci

    How would I go about putting a bottom and rim on top of this?

  • @wilfriedpichler1
    @wilfriedpichler1 Před rokem +1

    Thank you, excellent video, in my case after following all the steps in the end with the cut operations i get a Failure: "Boolean operation failed, Tube is not a solid. I#m using the version 0.20.1 revision Nr. 29410 on Windows 10 . Any idea why this happens?

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem

      Could you tell me which cut is failing. Was it the first one where you cut away the compound extrude from the sphere? It may be that you need the sphere slightly larger.

    • @wilfriedpichler1
      @wilfriedpichler1 Před rokem +1

      @@MangoJellySolutions I tried the whole thing once again and now it worked out. Thank you!

    • @wilfriedpichler1
      @wilfriedpichler1 Před rokem +3

      @@MangoJellySolutions it was the cut from the tube, didn’t work the first time.

  • @Reelalitybytes
    @Reelalitybytes Před 11 měsíci

    I’ve followed this very closely but for some reason (I had it working before) when I Boolean cut I still see the initial extrude present. Can’t understand why!?

  • @ChocolateOz
    @ChocolateOz Před 2 měsíci

    I tried to add thickness to the wrapped mesh around the tube at 21:45 but Freecad tells me that my ': list index out of range' and won't compute the thickness, as far I know I followed what you did exactly, and it gives me that error - what am I doing wrong?

  • @henrymach
    @henrymach Před rokem +2

    What about isogrid? Any shortcut to make isogrid?

    • @sleepib
      @sleepib Před rokem +2

      Just draw triangles instead of hexagons.

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem +1

      The grid pattern is open to any sort of geometry. The curves workbench has an iso curves that you can add to your surface but that's all it is. I am experimenting with this to see what else can be done with it.

  • @beingabdaal950
    @beingabdaal950 Před rokem

    Can you help me create a cad file I failed doing it horribly

  • @Shenanigans3D
    @Shenanigans3D Před rokem +1

    Your reading my thoughts again... 🤣

  • @alexandr-spb
    @alexandr-spb Před rokem

    you have not shown how to make an indent equal to "n" in the array.. if the thickness of the hexagon is 3 mm, then how to avoid guessing and set the thickness to 3 mm?

  • @Not-Only-Reaper-Tutorials

    I tried to wrap a mesh around a box. I needed to wrap it around that. But it seems that it doesn't get the 3 faces I selected. It choses only one.
    I tried also with an extruded face form a B-Spline but the width was 0mm ... Im' stuck on these

    • @MangoJellySolutions
      @MangoJellySolutions  Před rokem +2

      The box you would need to do each face independently of each other. The thing is as you found the interlinking of sides. Guessing you want a nice clean transition so these need to link up correctly. You could use a shape binder and Extrude the hex mesh for all sides. May be worth playing with path arrays. Looks like I need to experiment.

    • @Not-Only-Reaper-Tutorials
      @Not-Only-Reaper-Tutorials Před rokem +1

      @@MangoJellySolutions thank you. It's really tricky. Also when you use B-Splines to create a face, it doesn't work with the wrapping (at least: to me. But I'm not knowledgeable like you are, so certainly i wrong steps). I'm getting crazy.
      P.S. Following your tutorials I was able to make things that were not imaginable to me before.
      Thank you so much for this.

    • @Not-Only-Reaper-Tutorials
      @Not-Only-Reaper-Tutorials Před rokem +1

      @@MangoJellySolutions I tagged you in the forum and I uploaded the surface (it's a solid but I need its surface) to be meshed in the way we're talking. So this should be more understandable.

  • @w.binder-freecadchannel
    @w.binder-freecadchannel Před rokem +2

    Everything crooked and crooked🤨

  • @craftminerCZ
    @craftminerCZ Před 21 hodinou

    Thanks but there's so many issues with this approach... The guesswork required to place another layer in the "correct" position is inaccurate. Calculating that is a lot of decimal digits due to the square root of 3 being irrational - also possible inaccuracies there. Not to mention if you make more than just a couple of hexagons, the entire app freezes up and refuses to budge or straight up crashes. This software, despite probably powering a lot of our progress, is seriously underpowered for how unwieldy it is. Nonetheless, the tutorial was actually quite good!