<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">In my program I am sending the result of a vtkContourFilter through to this....<br><br> vtkPolyDataWriter *fileWriter = vtkPolyDataWriter::New();<br> fileWriter->SetInput(contour->GetOutput());<br> fileWriter->SetFileName("outputVTK.vtk");<br> fileWriter->SetFileTypeToASCII(); <br> fileWriter->Update();<br><br><br>Maybe there are functions to get the contour of a vtkActor. Not sure.<br><br>Hope that helps a bit,<br>Cameron.<br></div><br><div></div><br><br><hr id="stopSpelling">> From: boolegue@gmail.com<br>> To: vtkusers@vtk.org<br>> Date: Mon, 2 Jun 2008 11:12:14 -0600<br>> Subject: [vtkusers] vtkActor to file<br>> <br>> Hello,<br>> How could I save a vtkActor to a vtp file ?<br>> <br>> Thanks,<br>> Antoine.<br>> _______________________________________________<br>> This is the private VTK discussion list.<br>> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<br>> Follow this link to subscribe/unsubscribe:<br>> http://www.vtk.org/mailman/listinfo/vtkusers<br><br /><hr />Email Australia. <a href='http://emailaustralia.ninemsn.com.au' target='_new'>Be part of history. Take part in Australia's first e-mail archive with </a></body>
</html>