How much WATER will this container hold? Fluid Volume in SOLIDWORKS

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น •

  • @maria50337
    @maria50337 8 หลายเดือนก่อน +1

    I've learned so much and improved my hobbyist-level skills, and that's directly down to you. My sincerest thanks.

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน +1

      Awesome Maria! so glad to hear that these tips and tricks are helpful!

  • @jedhightower3225
    @jedhightower3225 8 หลายเดือนก่อน +1

    Nice video, Toby!

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน +1

      Thanks Jed! Hope all is well in your world!

    • @jedhightower3225
      @jedhightower3225 8 หลายเดือนก่อน

      @TooTallToby You're welcome, Toby! Taking a bit, but things are getting better. Thank you, man. I appreciate it, and I hope all's going well with you, too!

  • @rajub9126
    @rajub9126 8 หลายเดือนก่อน +1

    Thanks Toby
    Shorts are very interesting.

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน

      Awesome!

  • @NunoMarques76
    @NunoMarques76 8 หลายเดือนก่อน +1

    That was awesome. Thanks for the tip.

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน +1

      Hi nuno!

    • @NunoMarques76
      @NunoMarques76 8 หลายเดือนก่อน +1

      @@TooTallToby you've been killing it with these tips and tricks. They are turning out to be sooo helpful in so many instances.

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน

      awesome!@@NunoMarques76

  • @ExMachinaEngineering
    @ExMachinaEngineering 8 หลายเดือนก่อน +1

    Great little video! And a Power Move indeed!
    I use a similar technique in Alibre by extruding a volume around it, doing a boolean cut and deleting the external body. Really cool technique

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน +1

      So awesome to hear that Alibre has something similar!

  • @acesvaba330
    @acesvaba330 8 หลายเดือนก่อน +1

    It is an awesome tool. Also you can use it in combination with "combine bodies" if you pot bodies inside of the fluid. The body of fluid can be used in simulations. Combine bodies is more powerful to avoid the "zero thickness geometry" headache

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน

      awww yeah that's an awesome tip! Thanks!

  • @ciorad1389
    @ciorad1389 8 หลายเดือนก่อน +1

    Excellent topic.

  • @JernD
    @JernD 8 หลายเดือนก่อน +1

    Awesome video! I created a box with a shelf inside as a test model in build123d and I was able to calculate the volume. Here is the sourcecode:
    with BuildPart() as p:
    outer = Box(20, 20, 20)
    offset(amount=-2, openings=faces().sort_by(Axis.Z)[-1])
    Box(10, 20, 2)
    inside = outer - p.part
    split_inside = split(inside, bisect_by=Plane.XY.offset(8), keep=Keep.BOTTOM)
    print(split_inside.volume) # 3776 cubic millimeters
    The weakness of this approach is that I needed a version of the shape with the external shell completely filled. That might not always be the case like you showed with the piping example.

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน

      awww yeah nice job JERN!

  • @franklaurent80
    @franklaurent80 8 หลายเดือนก่อน +1

    Thalys you for the video. This is actually very useful command. When working with surfaces instead of trimming and knitting to make a Solid, this command could make a Solid from an enclosed space in one step.

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน

      yeah I thought about including that in the video but I wanted to keep it tight. I'll probably make a follow up on how to use Intersect with surfaces to close off a solid! :-) Glad you liked this one Frank!

  • @tambaurorastation756
    @tambaurorastation756 8 หลายเดือนก่อน +1

    That's pretty cool. I have never used that command before. Now I know! Thanks Toby!

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน +1

      Thanks Tambaurora Station! Glad this helps!

  • @amirshay
    @amirshay 8 หลายเดือนก่อน +1

    Excellent! Thanks!🙏🏻

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน +1

      Awww yeah!

  • @aovanloi9860
    @aovanloi9860 5 หลายเดือนก่อน +1

    Thanks Toby. "Can you guide me? How can we mark off a volume? I really appreciate you!!!

    • @TooTallToby
      @TooTallToby  5 หลายเดือนก่อน

      Usually I'll just use
      1. Insert > CURVE > SPLIT LINE - and use this to split the surface where the mark should be
      2. Insert > SURFACE > OFFSET and offset that face at 0.00 mm
      3. Insert > SURFACE > THICKEN and thicken that surface slightly to add some material
      4. FILLET - to clean up the bounding edges
      But it depends on the geometry of the vessel
      Hope this helps
      Toby

  • @ericbaumgartner6558
    @ericbaumgartner6558 8 หลายเดือนก่อน +1

    excellent!

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน

      thansk!!

  • @wojbrasil
    @wojbrasil 8 หลายเดือนก่อน +1

    Very cool. 🙂

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน +1

      Thanks! Glad this helps!

  • @joelvaldez3262
    @joelvaldez3262 8 หลายเดือนก่อน +2

    You actually don't have to remove unwanted bodies... you can just select the "create internal region" button in the Intersection dialog box. This will leave you with two bodies. Your OG container and the fluid level body. You can adjust the level then by the plane and see it in the container if you change the body to transparent.

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน +1

      yeah originally I discussed those options but the video got too long :-) Great advice!

  • @jamiemacdonald436
    @jamiemacdonald436 8 หลายเดือนก่อน +1

    How many fluid ounces? Noice! 😀

    • @TooTallToby
      @TooTallToby  8 หลายเดือนก่อน

      Yes indeed!!