Edge selection

Hello dear ParaView developers!

Could you please explain how to select edges of cells in paraview?
Thanks!

Best regards

Hi Mike,

It is not suported, you can however create the “ExtractEdges” filter then select the edges as needed.

Like repr->GetSessionProxyManager()->NewProxy(“sources”, “ExtractEdges”);

right?

Yes.

Should I have an IDSelectionSource before that, right?