The problem of importing from scientific imaging systems

Discussion in 'Design and Modeling' started by kshort, Feb 28, 2010.

  1. kshort
    kshort Member
    Hi all,

    I have an interesting problem, basically revolving around non-manifold issues.

    I have datasets that are from tomographic scans, which I make a solid binary .bmp stack from. I then use another piece of software to create an isosurface of that, and then I generate a VRML from that isosurface.
    I can get a detailed model of 450000 faces, and it is watertight according to AccuTrans3d, and there are 7 edges (14 vertices) shared with 3 or more polygons. Not bad for a model of that complexity, I thought.

    .. but blender lights the model up like a christmas tree when I do a non-manifold check (1.35 million edges selected out of 1.35 million). I figured it might be an issue with Normals, so I checked in 3DSmax, and sure enough there were normals facing in, and others outwards. I unified these (automatically) and from my quick look, it seemed to work.

    Now when I upload the model, i get a manifold problem, and the same recurring issue with the manifold selection in Blender.

    I can't manually generate this mesh, because it is generated from biological data, so I need to fix it. However, I don't know what the manifold issue is that Blender is detecting. It is a single object, tested as watertight.

    Can anyone point me in the right direction? The Shapeways tute on Manifold problem ressureciton didn't really help because my problem is so massive.

    thanks for any pointers
    Kieran
     
  2. GHP
    GHP Member
    Did you deselect all vertices in Blender before doing the non-manifold selection? For some reason, it doesn't clear the current selection, which certainly confused me at first.

    Also, you want to make sure that you've removed all duplicate vertices before checking, with the limit set to zero instead of the default (0.001, I think). Because the VRML uses metres as the units, your numbers will likely be quite small, and both Blender and Shapeways are imprecise when checking for duplicates, so close vertices will be merged.
     
    Last edited: Feb 28, 2010
  3. 29921_deleted
    29921_deleted Member
    Last edited: Feb 28, 2010
  4. kshort
    kshort Member
    thankyou all for your help.

    I think Aoster might be onto something with netfabb..

    I'll keep you all updated!
     
  5. kshort
    kshort Member
    Alex (aoster),

    Your method worked! I think that NetFabb treatment should be mandatory for all people making models for shapeways!!

    Thankyou very much Alex, and thanks everyone else for offering advice.

    all the best,
    Kieran