Need help hollowing a design

Discussion in 'Design and Modeling' started by 2759_deleted, Oct 15, 2008.

  1. 2759_deleted
    2759_deleted Member
    I have a design that I need "hollowed". It is currently too thick to be cost effective. If anyone would help me I would be very thankful. I don't possess the necessary skills or understanding of 3d modeling software to perform this task myself. The original design was made using Google SketchUp!

    Thanks again.

    greg johnson
    GregDDC@gmail.com
     
  2. er1c
    er1c Member
    you can try using blender, which is open source & free
    I did mine with blender as well, all the info/instructions I found on this forum

    if I remember correctly:
    export from google sketch as Google Earth 4 *.kmz file
    change the file extension to *.zip
    unzip and find the model file inside directory 'model' (a *.dae file)

    install blender (might also need to install python to get the importer to work)
    might also want to install meshlab and run to clean up the model / check for non-manifold edges

    import dae file in blender
    select object
    -go into edit mode
    del a few faces to make holes in out of the way spots so 'hollow' material can drain out
    select all
    mesh - scripts - solidify selection (close edges)
    play around with the solidify value to get the right thickness
    export file as collada dae file (or *.stl but I haven't been able to get that exported file to work)

    I think there's also a tutorial on how to hollow out a model, in one of the recent blog entries:
    https://www.shapeways.com/tutorials/creating-hollow-objects
     
    Last edited: Oct 16, 2008