<div dir="ltr">
Dear all,<br>
<br>
I am facing a problem calculating the surface of an ITK mesh.<br>
Originally I have an image mask and converted this mask to a triangle 
mesh. In order to calculate the surface, I wanted to convert this mesh 
to a simplex mesh using:<br>
<br>
    typedef itk::SimplexMesh< float, 3 > TSimplex;<br>
    typedef itk::TriangleMeshToSimplexMeshFilter< MeshType, TSimplex > TConvert;<br>
<br>
    // Convert the triangle mesh to a simplex mesh.<br>
    TConvert::Pointer convert = TConvert::New();<br>
    convert->SetInput(meshSource->GetOutput());<br>
    convert->Update();<br>
<br>
As I found it in one example. But in this case my software starts calculating and never stops.
<br>
<br>
So, now I tried to calculate the surface of every cell and add these surfaces. But is there maybe another, nicer way?<br>
<br>
Thanks a lot in advance<br>
<br>
Elli

<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br></div></div>