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

  Рет қаралды 36,418

MangoJelly Solutions for FreeCAD

MangoJelly Solutions for FreeCAD

Күн бұрын

Пікірлер: 78
@alexstone691
@alexstone691 10 ай бұрын
Finally this was something i was looking for, i wanted to make my 3d printed walls lighter
@royw2
@royw2 Жыл бұрын
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 Жыл бұрын
Wow thank you for taking the time adding that detailed information. Really help enrich the learning experience. Thank you for the comment.
@stewartpalmer2456
@stewartpalmer2456 Жыл бұрын
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.
@ctcboater
@ctcboater Жыл бұрын
I think that (about 3:40) the upper side of the construction triangle should have been constrained horizontal to make the pattern symmetric.
@christophs4052
@christophs4052 19 күн бұрын
Thank you! This tutorial has saved me a lot of time :)
@matwyder4187
@matwyder4187 Жыл бұрын
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 Жыл бұрын
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.
@rms-repairmainanseremban8403
@rms-repairmainanseremban8403 Жыл бұрын
I really love your video, because you tell it word by word...tq sir
@martincronje5242
@martincronje5242 Жыл бұрын
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 Жыл бұрын
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
@multiforc271
@multiforc271 Жыл бұрын
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.
@hoomanBeein
@hoomanBeein Жыл бұрын
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 Жыл бұрын
Sounds awesome 👍
@brianprice7020
@brianprice7020 Жыл бұрын
I , also, use spreadsheets to vary parameters of parts to see the success or error of my concepts.
@craftminerCZ
@craftminerCZ 2 ай бұрын
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!
@Reelalitybytes
@Reelalitybytes Жыл бұрын
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!?
@racingprincipal
@racingprincipal Жыл бұрын
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
@paulcole1171
@paulcole1171 Жыл бұрын
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 Жыл бұрын
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.
@MarkFraserWeather
@MarkFraserWeather Жыл бұрын
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.
@gregwoolley
@gregwoolley Жыл бұрын
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 Жыл бұрын
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. 👍
@Not-Only-Reaper-Tutorials
@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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@@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.
@TechieSewing
@TechieSewing Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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!
@TrollFaceTheMan
@TrollFaceTheMan 9 ай бұрын
Very useful, thanks!
@Not-Only-Reaper-Tutorials
@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 9 ай бұрын
It does, I was looking for this video to wrap it a hex pattern around conical slice and it worked perfectly!
@w.binder-freecadchannel
@w.binder-freecadchannel Жыл бұрын
Everything crooked and crooked🤨
@simduino
@simduino 11 ай бұрын
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 11 ай бұрын
Glad it solves your challenge and thank you for feeding back. Good to hear your enjoying them 😁
@simduino
@simduino 11 ай бұрын
@@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!
@poco9964
@poco9964 7 ай бұрын
How would I go about putting a bottom and rim on top of this?
@amilasilva7710
@amilasilva7710 Жыл бұрын
This is awesome. Very powerful tools. Thank you. Learned many new things.
@MangoJellySolutions
@MangoJellySolutions Жыл бұрын
Glad it was helpful! And glad your learning 😁
@ChocolateOz
@ChocolateOz 4 ай бұрын
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?
@luxmatic
@luxmatic Ай бұрын
@mangojellysolutions - same issue for me yesterday. I did open an issue in GitHub, but I've no idea when or if it'll be fixed. Are there alternate approaches?
@TheYear2525
@TheYear2525 11 ай бұрын
Your FreeCAD tutorials are awesome, thank you for making them!
@MangoJellySolutions
@MangoJellySolutions 11 ай бұрын
You're very welcome, Glad your enjoying 😊
@donstelfox6921
@donstelfox6921 Жыл бұрын
Excellent, thank you. Cheers
@LeszekZalewski
@LeszekZalewski 7 ай бұрын
Damn that's a good vid! Thanks!
@HumanBeingSpawn
@HumanBeingSpawn Жыл бұрын
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.
@alexandr-spb
@alexandr-spb Жыл бұрын
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?
@antondoorman5214
@antondoorman5214 Жыл бұрын
Hi It's another great and clear explanation, I'm starting to find it more and more clear and interesting. Thank you
@MangoJellySolutions
@MangoJellySolutions Жыл бұрын
Great to hear, thank you
@noahjoyner8232
@noahjoyner8232 9 ай бұрын
This video is freaking awesome, really helped to connect some neurons!
@noahjoyner8232
@noahjoyner8232 9 ай бұрын
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 9 ай бұрын
Glad you enjoyed it! :)
@MangoJellySolutions
@MangoJellySolutions 9 ай бұрын
I do have another video of a different method that may help. kzbin.info/www/bejne/a4GufpxjbcqipKM
Жыл бұрын
Nice feature. Thank you!
@henrymach
@henrymach Жыл бұрын
What about isogrid? Any shortcut to make isogrid?
@sleepib
@sleepib Жыл бұрын
Just draw triangles instead of hexagons.
@MangoJellySolutions
@MangoJellySolutions Жыл бұрын
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.
@wilfriedpichler1
@wilfriedpichler1 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@MangoJellySolutions I tried the whole thing once again and now it worked out. Thank you!
@wilfriedpichler1
@wilfriedpichler1 Жыл бұрын
@@MangoJellySolutions it was the cut from the tube, didn’t work the first time.
@sjn8099
@sjn8099 Жыл бұрын
Only great. Thank you 🙂
@Dr_Mauser
@Dr_Mauser Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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.
@eggie3797
@eggie3797 Жыл бұрын
Brilliant I have some more projects for you LOL
@MangoJellySolutions
@MangoJellySolutions Жыл бұрын
Lol, I will be preparing for an email soon 😁😁😁
@Shenanigans3D
@Shenanigans3D Жыл бұрын
Your reading my thoughts again... 🤣
@MangoJellySolutions
@MangoJellySolutions Жыл бұрын
Lol... I think I might have to start doing the lottery!
@michaeltodd3920
@michaeltodd3920 Жыл бұрын
Can this be done on a tapered tube, kinda like a golf ball basket?
@beingabdaal950
@beingabdaal950 Жыл бұрын
Can you help me create a cad file I failed doing it horribly
@FEACAD
@FEACAD Жыл бұрын
Commendable
@KnotHead1008
@KnotHead1008 Жыл бұрын
👍👍👍👍
@nams37
@nams37 Жыл бұрын
Thank you
@malzbier1339
@malzbier1339 11 ай бұрын
👍🏻🥳
@colinwakefield3940
@colinwakefield3940 Жыл бұрын
Thanks!
This Is Not an Impossible Object! 4 Easy Ways To Model This In FreeCAD For Beginners
35:50
MangoJelly Solutions for FreeCAD
Рет қаралды 30 М.
FreeCAD Parametric Curved Hexagon Mesh Speaker Grill With A Single Hexagon | Lattice 2
41:23
MangoJelly Solutions for FreeCAD
Рет қаралды 8 М.
Man Mocks Wife's Exercise Routine, Faces Embarrassment at Work #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 6 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 25 МЛН
FreeCAD: Part Vs Part Design: Why use one over the other, understanding and combining workflows
29:14
TOP 5 Pitfalls with FreeCAD and How To Win (Especially for beginners)
17:42
MangoJelly Solutions for FreeCAD
Рет қаралды 16 М.
FreeCAD: May's 5 Tips To Save Time And Frustration
13:19
MangoJelly Solutions for FreeCAD
Рет қаралды 10 М.
An Easier Way to Make a Hole on a Curved Surface in FreeCAD
8:47
Create With Tech
Рет қаралды 4,2 М.
Make a Hole on Curved Surface in FreeCAD
11:44
Create With Tech
Рет қаралды 20 М.
Knurling in FreeCAD - Two Examples  |JOKO ENGINEERING|
15:40
Joko Engineeringhelp
Рет қаралды 15 М.
John Oliver Is Still Working Through the Rage
37:32
New York Times Podcasts
Рет қаралды 1,5 МЛН