<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
&nbsp;<BR>
Hi, VTKers.<BR>
&nbsp;<BR>
I have a VTKPoints&nbsp;object&nbsp;"points" and a VTKCellArray "cellArray"&nbsp;object which defines the connectivity of VTKPoints.&nbsp; Now I want to link those points in a right order (&nbsp;either clockwise or counter-&nbsp;).&nbsp; I think vtkCellLinks can do this job, but seems there is no explanations or examples so far.&nbsp; <BR>
&nbsp;<BR>
Here is my piece of code, it doesn't work as it should be. But I have no idea how to make it work.<BR>
/////////////////////////////////////////<BR>
&nbsp;vtkUnstructuredGrid *dataSet = vtkUnstructuredGrid::New();<BR>&nbsp;dataSet-&gt;SetPoints( points );<BR>&nbsp;vtkCellLinks *link = vtkCellLinks::New();<BR>&nbsp;link-&gt;Allocate( points-&gt;GetNumberOfPoints(), ext );<BR>&nbsp;link-&gt;BuildLinks(dataSet, cellArray);<BR>
&nbsp;link-&gt;GetLink (&nbsp;Id );<BR>
////////////////////////////////////////<BR>
&nbsp;<BR>
&nbsp;<BR>
Have a good holiday.<BR>
Siqi<RTE_TEXT></RTE_TEXT><BR><br /><hr />查看 Windows Live™ 的更多精彩功能。
不只是收发邮件 — 了解Windows Live™ 的其他强大功能。
 <a href='http://www.microsoft.com/windows/windowslive/' target='_new'>不只是收发邮件</a></body>
</html>