Just adding my thanks for these videos. You are a great teacher. You mentioned that you use FreeCAD for woodworking projects. It would be great if you could do a video on say a cabinet or a book case. Best wishes.
Congrats again, your videos are opening up opportunities for people, myself included. We can all see the potential, and that is why we persist, your video adds a practical solution to workflows. My design intentions are now gaining clarity.
I just want to add my voice to the choir: thanks for a great series! This is my first attempt at CAD and if I'm ever going to learn it, it will be thanks to this excellent foundation.
@@Adventuresincreation yes, Technical drawing is a good topic. Helps to do scaled print on a papter or carton, so you can measure parts before put it into CNC or 3D printer.
@@Adventuresincreation agree, but in some cases, you need precision in specific units, not a hole part. For example you have 10cm PCB and want to check mounting holes. Box itself doesn't matter, but buttons, LEDs, Displays should match together. So you can print specific sketch and make sure if any adjustments are needed. I mean this could be interesing topic for your channel which often googled on internet. And if you going to do such video, then small tip. KiCAD allows to export PCB as a step file, which you can import to FeeCAD. Very handy feature.
This was a fun video today. At first, I was not interested in this particular area so I skipped the video for a bit, but I got curious and watched. You did a great job of showing and describing the process which I appreciate. I still don't know how I would use this feature, but now I have an understanding of what it does. My favorite part would be the exploded view and bill of materials, they are a pain to create manually.
Thanks so much for this video, liked and subbed. Just a question, is there a replace/substitute face command like in solidworks? Can’t seem to find it anywhere. I mean if I create a complex surface and want to replace a solid’s face with that. Much appreciated,cheers !
You can assign materials with the Material command, allowing Python to access e.g: weight = FreeCAD.Units.Quantity(obj.Shape.Volume, FreeCAD.Units.Volume) * FreeCAD.Units.parseQuantity(obj.ShapeMaterial.Properties['Density']) This could be used in a macro to fill in a weight column. I don't think Assembly CreateBom has a feature to describe new columns, though. I also think expressions (like in spreadsheet) can't do indirect object lookups via names in other fields. Material seems more meant for the FEM system, but we can improve it.
@@0LoneTech I think you are right, I could not access these attributes from the spreadsheet or the bom directly. It would have to be a separate macro that populates the spreadsheet. It's definitely food for thought.
@@0LoneTech OK, a little further investigation and I could access Area and Volume directly in the BOM but the density proved more tricky. The method __getitem__ does not appear to be accessible in the BOM directly so I had to use the python console (or a Macro) to read the item from the ShapeMaterial.properties dictionary for density. I could populate a spreadsheet cell with the entire dictionary but could not index one item using FacePlate.ShapeMaterial.Properties.__getitem__('Density') - There is definitely a lot of potential there.
Excellent tutorial, thank you. Maybe I would figure it out by experimenting, but let’s say your top plate has some clearance built in so it slides without binding. You wouldn’t assemble it as you did with the two edges touching. If, for example, you wanted to assemble a dovetail joint that has a bit of clearance on all surfaces. Is there a way to center out the male part in the female space?
What I noticed is that the videos on the playlist are not in the usual order, but in reverse. (The newest is currently at the top. Normally the "oldest," (the "introductory video" for the playlist), is at the top and the newest at the bottom)
Someone else said that too however, I can't change that. I checked and it showed they should be in the playlist in the order they were added. I am sure it's something to do with UA-cam.
@@Adventuresincreation I don't know if there is a difference with public playlists. In my private playlist I can change the order like this: - Click on the playlist under the "Playlists" tab - Click on the playlist caption to switch to the detailed view of the playlist.. - Set an order using "Sort". With "Manual" you can change the position of the titles using drag & drop, for example. ( the actual names of the buttons may vary in English, because I used the direct translation from German)
Did you try affixing the brackets using a revolute on the first hole and a fixed on the second hole. This seems logically that it would be the proper way to assemble those two parts.
Instead of rotating by 90 deg when you did the firts joint, could you have made a second fix joint to mate second hole. Is there a function that makes co axial type of mate ? I think the big L shaped legs could have been made with a coincident mate and two coaxial mate ( one for each hole). I will try to see if assembly workbench has a coaxial function.
There are lots of different joints. I thought, like you a second fixed joint would align it but it didn't. There is a coaxial joint and a distance joint. I tried to demo both. I would have just used fixed joints for all of them in practice.
@@Adventuresincreation i belive its preferable to use two coaxial joint because if it doesnt work it means that the connexion is impossible therefore the distance between the holes on one of the part mated is wrong (not the same).mating one ole and turning 90 deg will always work even if there is a mistake in the design.
@@Adventuresincreation Maybe you should try the a2plus workbench, it has all the types of mates that you may need including stable co axial type of mate.
@@guillaumevincent716 I have tried and made the video LOL. - I am trying to work with 1.0 and the included assembly workbench as that is the where the developement effort is being focused.
I wonder if there is a way to create new part during assembly (for example to adjust new part for existing one). In Autodesk Inventor is the best I know - you create new part and you can cast geometry from other parts to new part sketches. Then design process is much easier, at least for me.
I am new to Freecad and been watching a few from different people. You are definitely the best.
Thank you for your kind words.
I would vote this video as your best one to date! Everything I design requires assembly and this workbench looks like it will be one of my favorites.
Excellent, glad to hear that!
Just adding my thanks for these videos. You are a great teacher. You mentioned that you use FreeCAD for woodworking projects. It would be great if you could do a video on say a cabinet or a book case. Best wishes.
Thanks, I will consider that.
Congrats again, your videos are opening up opportunities for people, myself included. We can all see the potential, and that is why we persist, your video adds a practical solution to workflows. My design intentions are now gaining clarity.
I am glad to hear it. Thanks!
I just want to add my voice to the choir: thanks for a great series! This is my first attempt at CAD and if I'm ever going to learn it, it will be thanks to this excellent foundation.
Thank you!
Thank you very much. This is an excellent and practical lesson with the new FreeCad 1.0 assembly module
I am so glad you enjoyed it.
That seems so much easier than my stumbling attempts with Assembly4 many months ago. I'm going to explore!
I agree, it's the best assembly workbench so far.
This was a very valuable video. 1.0 is really nice. Thanks for the videos.
You're very welcome!
Great Vid. Many thanks for your time.
You are welcome 😉
Great video. It would be fantastic if you added an episode on making technical drawings and their cross-sections from assemblies.
I might do that next.
@@Adventuresincreation yes, Technical drawing is a good topic. Helps to do scaled print on a papter or carton, so you can measure parts before put it into CNC or 3D printer.
@@goodwill7643 I don't have a printer big enough for scaled drawings of most things I design but you can do that for smaller stuff.
@@Adventuresincreation agree, but in some cases, you need precision in specific units, not a hole part. For example you have 10cm PCB and want to check mounting holes. Box itself doesn't matter, but buttons, LEDs, Displays should match together. So you can print specific sketch and make sure if any adjustments are needed.
I mean this could be interesing topic for your channel which often googled on internet.
And if you going to do such video, then small tip. KiCAD allows to export PCB as a step file, which you can import to FeeCAD. Very handy feature.
@@goodwill7643 Good point, that probably works well.
Super insightful, thanks a lot for the video!
You are welcome 😉
Great videos! 🎉
Thanks!
Thank you for these videos they are a great help in my learning curve
I am very glad to hear that.
Really good! I hope you keep doing the others assembly tools too! 👍
Thanks, I am working on the next topic.
Thank you for sharing ❤
You are welcome 😉
At 17:38, you can see that the fixed joint has pulled the pin and sunk the right hand side of your bracket into the base.
Yeah, I thought it would be good to demo how to fix that.
love your videos, thank you for making these
You are welcome 😉
Thanks a lot!
You are welcome 😉
This was a fun video today. At first, I was not interested in this particular area so I skipped the video for a bit, but I got curious and watched. You did a great job of showing and describing the process which I appreciate. I still don't know how I would use this feature, but now I have an understanding of what it does. My favorite part would be the exploded view and bill of materials, they are a pain to create manually.
I use it for woodworking projects. It's a great feature.
Im loving this bracket ,,,
Ha ha 🤣
@@Adventuresincreation
I am loving this UA-cam channel.
Thanks so much for this video, liked and subbed. Just a question, is there a replace/substitute face command like in solidworks? Can’t seem to find it anywhere.
I mean if I create a complex surface and want to replace a solid’s face with that. Much appreciated,cheers !
I do not think there is a command for that.
Great video----What about weight and materiale of each part in the BOM?
I think they would be manual adds.
You can assign materials with the Material command, allowing Python to access e.g:
weight = FreeCAD.Units.Quantity(obj.Shape.Volume, FreeCAD.Units.Volume) * FreeCAD.Units.parseQuantity(obj.ShapeMaterial.Properties['Density'])
This could be used in a macro to fill in a weight column. I don't think Assembly CreateBom has a feature to describe new columns, though. I also think expressions (like in spreadsheet) can't do indirect object lookups via names in other fields. Material seems more meant for the FEM system, but we can improve it.
@@0LoneTech Thanks for the tip, I will give that a try and see if I can get it to show up in the BOM. - I'll let you know.
@@0LoneTech I think you are right, I could not access these attributes from the spreadsheet or the bom directly. It would have to be a separate macro that populates the spreadsheet. It's definitely food for thought.
@@0LoneTech OK, a little further investigation and I could access Area and Volume directly in the BOM but the density proved more tricky. The method __getitem__ does not appear to be accessible in the BOM directly so I had to use the python console (or a Macro) to read the item from the ShapeMaterial.properties dictionary for density. I could populate a spreadsheet cell with the entire dictionary but could not index one item using FacePlate.ShapeMaterial.Properties.__getitem__('Density') - There is definitely a lot of potential there.
Could Freecad 1.0 assembly workbench be used to update an older Freecad A2+ workbench assembly?
I don't think that would work but, great practice to recreate it.
Excellent tutorial, thank you. Maybe I would figure it out by experimenting, but let’s say your top plate has some clearance built in so it slides without binding. You wouldn’t assemble it as you did with the two edges touching. If, for example, you wanted to assemble a dovetail joint that has a bit of clearance on all surfaces. Is there a way to center out the male part in the female space?
There is a distance joint that you could use. Especially if you are looking to confirm fit and clearance.
What I noticed is that the videos on the playlist are not in the usual order, but in reverse. (The newest is currently at the top. Normally the "oldest," (the "introductory video" for the playlist), is at the top and the newest at the bottom)
Someone else said that too however, I can't change that. I checked and it showed they should be in the playlist in the order they were added. I am sure it's something to do with UA-cam.
@@Adventuresincreation I don't know if there is a difference with public playlists. In my private playlist I can change the order like this:
- Click on the playlist under the "Playlists" tab
- Click on the playlist caption to switch to the detailed view of the playlist..
- Set an order using "Sort". With "Manual" you can change the position of the titles using drag & drop, for example.
( the actual names of the buttons may vary in English, because I used the direct translation from German)
@@to.l.2469 It's a bit different in the UA-cam studio but I found a but that let me reverse the order, take a look and see if it changed for you.
@@Adventuresincreation Yes, it worked perfectly. Thank you!
@@to.l.2469 Glad it worked for you.
When it says «do you want to ground the first part automatically» , does freecad position the part at the origin ?
It makes it imovrable where it is.
Did you try affixing the brackets using a revolute on the first hole and a fixed on the second hole. This seems logically that it would be the proper way to assemble those two parts.
I did but it didn't work the way I would have expected. It's definitely something to play with.
Instead of rotating by 90 deg when you did the firts joint, could you have made a second fix joint to mate second hole. Is there a function that makes co axial type of mate ? I think the big L shaped legs could have been made with a coincident mate and two coaxial mate ( one for each hole). I will try to see if assembly workbench has a coaxial function.
There are lots of different joints. I thought, like you a second fixed joint would align it but it didn't. There is a coaxial joint and a distance joint. I tried to demo both. I would have just used fixed joints for all of them in practice.
@@Adventuresincreation i belive its preferable to use two coaxial joint because if it doesnt work it means that the connexion is impossible therefore the distance between the holes on one of the part mated is wrong (not the same).mating one ole and turning 90 deg will always work even if there is a mistake in the design.
@@guillaumevincent716 I understand your point but the joints don't always work that way.
@@Adventuresincreation Maybe you should try the a2plus workbench, it has all the types of mates that you may need including stable co axial type of mate.
@@guillaumevincent716 I have tried and made the video LOL. - I am trying to work with 1.0 and the included assembly workbench as that is the where the developement effort is being focused.
I wonder if there is a way to create new part during assembly (for example to adjust new part for existing one).
In Autodesk Inventor is the best I know - you create new part and you can cast geometry from other parts to new part sketches. Then design process is much easier, at least for me.
Yes, it's quite easy to do. You can literally switch the referenced part. I almost showed that but the video was too long.
Hello, the middle piece is incorrectly placed.
Not sure what you mean?