<P>&nbsp;Hi folks,</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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&nbsp;include:</P>
<P>&nbsp;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.the measure of the length and angle :for examplt,pick two points in the model,and calculate the distance between them</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.draw the split plane,and divide the model by the plane</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.label</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.calculation of area and volume</P>
<P>&nbsp;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I've read some codes about this,most of vtk users use vtkImagePlaneWidget to&nbsp;make split plane&nbsp;I 've mentioned above.However,the codes</P>
<P>have used callback functions,which couldn't be found in C#.</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>