Jump to content

how do i cut a item in half and make them two sepperate parts? (solidworks 2018)


Recommended Posts

Posted · how do i cut a item in half and make them two sepperate parts? (solidworks 2018)

Someone may answer you here but you might get faster results on the solidworks forums or with google search.

  • Link to post
    Share on other sites

    • 2 weeks later...
    Posted (edited) · how do i cut a item in half and make them two sepperate parts? (solidworks 2018)

    You need to use a slice modifier in any 3d software and then normal align the bases to be flat on the build plate. But make sure you close and weld any holes.

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · how do i cut a item in half and make them two sepperate parts? (solidworks 2018)

    DrSmiley,

    I take a cut line in the part that would make it easy to put it together it does not have to be in the center, what works best for your print.

    I usually extrude cut thru the center of the part to remove the other half in SW,

    make a STL file, then move the cutting tool in SW to the other side and remove that material and make a STL file. You can if you want place both parts on the print bed area and slide one off the bed do the slicing, save off the Gcode as the left side then slide that one off the bed and bring the other side onto the bed and save the Gcode under a different name. If you are going to glue it together on the back side create gluing tabs or you can use the brim material to use as gluing tabs.

    what type of glue all depend on what material you are printing with.

    hope this helps

  • Link to post
    Share on other sites

    Posted · how do i cut a item in half and make them two sepperate parts? (solidworks 2018)

    Instructions on cutting AnyThing.stl into parts.

    The most general way to do this for any Thing.stl file

    install OpenSCAD (its free and works on most platforms)

    commands used:

    import();

    translate();

    cube();

    functions used:

    difference(){}

    code looks like this

    difference(){

    import("/PathToThing/TheThing.stl");

    translate([x,y,z])cube([x,y,z]);

    }

    cube - x,y,z are adjusted to make a cube that covers TheThing

    translate - x,y.z are adjusted to move the cube over the part of TheThing you do not want in the HalfOfThing.stl

    iterate adjusting x,y,z values until your are pleased with the cut.

    then render and export to your HalfOfThing.stl file

    • Like 1
    Link to post
    Share on other sites

    Posted (edited) · how do i cut a item in half and make them two sepperate parts? (solidworks 2018)

     

    difference(){   import("/PathToThing/TheThing.stl");   translate([x,y,z])cube([x,y,z]);}

     

     

    That's cool.  I use OpenSCAD sometimes.  I didn't know about the import function.  I might do that next time I need to edit an STL.

    Edited by Guest
  • Link to post
    Share on other sites

    Posted · how do i cut a item in half and make them two sepperate parts? (solidworks 2018)

    if you have windows 10 you can use 3dbuilder to do that

  • Link to post
    Share on other sites

    Posted · how do i cut a item in half and make them two sepperate parts? (solidworks 2018)

    Complicated answers given here... :) Just sketch a line where you want the model to be split and then add an Extruded Cut feature. In the options, check "Thin Feature" and set the thickness to something very thin like 0.1mm (this will be removed from your model). Select "Through all" for both directions and confirm. You'll be asked which bodies to keep, leave it at the default "All bodies" and you're done.

  • Link to post
    Share on other sites

    Posted · how do i cut a item in half and make them two sepperate parts? (solidworks 2018)

    Easy in meshmixer ...

     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...