How to extract the vertex coordinates of a polygon of a model in the current section?

I want to extract the vertex coordinates of a polygon of the model (blue) in the current slice…

@lassoan@pieper@Juicy@jamesobutler @jcfr @pieper

You might be able to get the slice intersection actor from the model slice displayable manager, but most probably you need to use a VTK plane cut filter and set the slice as input cut plane and the model’s polydata as input polydata.

Note that center of gravity of the circumference points is not the same as the center of gravity of the cross-section of the object.

Lassoan教授,好吧。。。我想出来个笨拙的解决方案:

Prof.Lassoan, okay. . . I came up with a clumsy solution:

不过这个解决方案有个问题:就是提取的点和点之间的距离不均匀。。。谁有好办法呢?

However, there is a problem with this solution: the distance between the extracted points is not uniform. . . Who has a better solution?

Such As Weighted when calculating the average?