<P> Hi folks,</P>
<P> I've developed a software using C# 3.5 and vtk 5.1. By now I 've succeeded to display the 3D model,however,I still have some works to do,which include:</P>
<P> </P>
<P> 1.the measure of the length and angle :for examplt,pick two points in the model,and calculate the distance between them</P>
<P> 2.draw the split plane,and divide the model by the plane</P>
<P> 3.label</P>
<P> 4.calculation of area and volume</P>
<P> </P>
<P> I've read some codes about this,most of vtk users use vtkImagePlaneWidget to make split plane I 've mentioned above.However,the codes</P>
<P>have used callback functions,which couldn't be found in C#.</P>
<P> Dear guys,do you have any suggestions about the 4 problems I've encountered?If you know ,could you pls show your kindly idea?Thx very much!</P>