Hi Clemens, <div><br></div><div>for sphere created by vtkSphereSource you could deduct surface area analytically by 4*PI*(R^2) where R = vtkSphereSource::GetRadius .</div><div><br></div><div>For generic surface you can iterate over its cells and sum cells area if cell type supports ComputeArea method. For example if cell is triangle type you can use vtkTriangle::ComputeArea (Example: <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/TriangleArea">TriangleArea</a> ) .</div>
<div><br></div><div>Perhaps there are also other methods.</div><div><br></div><div>Jana</div><div><br></div><div><br></div>