<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4611.1300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear Anyone,<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I have rebuilt 3D objects from segmented images,
and I'd like to mesh them.</FONT></DIV>
<DIV><FONT face=Arial size=2>The problem is that the PolyData represents a lot
of regions (objects), and I dont know how to isolate them.</FONT></DIV>
<DIV><FONT face=Arial size=2>I tried with vtkPolyDataConnectivityFilter
(SetExtractionModeToAllRegions), which gives me the good number of regions (with
GetNumberOfExtractedRegions() ), but I don't know how to select
one.</FONT></DIV>
<DIV><FONT face=Arial size=2>In other words, is there an easy way to transform a
single vtkPolyData to something like a vtkPolyDataCollection ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance.</FONT></DIV></BODY></HTML>