<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=718015718-05092003>Would someone send 
me in the right direction to get point data through the vtkCutter 
filter?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=718015718-05092003><FONT 
face="Times New Roman"></FONT></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=718015718-05092003><FONT 
face="Times New Roman">&nbsp;# Here I have scalar values ( point arrays 
)<BR>&nbsp;print CellToPointForCutter.GetOutput()<BR>&nbsp;<BR>&nbsp;cutEdges = 
vtkCutter()<BR>&nbsp;cutEdges.SetInput( CellToPointForCutter.GetOutput() 
)<BR>&nbsp;cutEdges.SetCutFunction( pvPlane1 
)<BR>&nbsp;cutEdges.GenerateCutScalarsOn()<BR>&nbsp;cutEdges.SetValue(0, 
0.5)<BR>&nbsp;<BR>&nbsp;# Here I do not have any scalar values ( point arrays 
)<BR>&nbsp;print cutEdges.GetOutput()</FONT><BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=718015718-05092003>At present my 
input</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=718015718-05092003>"<FONT 
face="Times New Roman">CellToPointForCutter.GetOutput()" <FONT face=Arial>has 
point data:</FONT>&nbsp;</FONT></SPAN></FONT></DIV>
<DIV><FONT face="Times New Roman" size=2><SPAN 
class=718015718-05092003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=718015718-05092003>&nbsp; Point 
Data:<BR>&nbsp;&nbsp;&nbsp; Debug: Off<BR>&nbsp;&nbsp;&nbsp; Modified Time: 
521<BR>&nbsp;&nbsp;&nbsp; Reference Count: 1<BR>&nbsp;&nbsp;&nbsp; Registered 
Events: (none)<BR>&nbsp;&nbsp;&nbsp; Number Of Arrays: 9<BR>&nbsp;&nbsp;&nbsp; 
Array 0 name = Energy for block<BR>&nbsp;&nbsp;&nbsp; Array 1 name = 
Pressure<BR>&nbsp;&nbsp;&nbsp; Array 2 name = Void Volume 
Fraction<BR>&nbsp;&nbsp;&nbsp; Array 3 name = X Velocity<BR>&nbsp;&nbsp;&nbsp; 
Array 4 name = Y Velocity<BR>&nbsp;&nbsp;&nbsp; Array 5 name = Z 
Velocity<BR>&nbsp;&nbsp;&nbsp; Array 6 name = Temperature<BR>&nbsp;&nbsp;&nbsp; 
Array 7 name = Temperature for block<BR>&nbsp;&nbsp;&nbsp; Array 8 name = Mass 
for block<BR>&nbsp;&nbsp;&nbsp; Number Of Components: 9<BR>&nbsp;&nbsp;&nbsp; 
Number Of Tuples: 35763</SPAN></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003><FONT face=Arial>but after I 
process the cutter I do not have&nbsp;my point data:</FONT></SPAN></FONT></DIV>
<DIV><FONT size=2><SPAN 
class=718015718-05092003>"cutEdges.GetOutput()"<BR></SPAN></FONT></DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003><FONT face=Arial>&nbsp; Point 
Data:<BR>&nbsp;&nbsp;&nbsp; Debug: Off<BR>&nbsp;&nbsp;&nbsp; Modified Time: 
1711<BR>&nbsp;&nbsp;&nbsp; Reference Count: 1<BR>&nbsp;&nbsp;&nbsp; Registered 
Events: (none)<BR>&nbsp;&nbsp;&nbsp; Number Of Arrays: 0<BR>&nbsp;&nbsp;&nbsp; 
Number Of Components: 0<BR>&nbsp;&nbsp;&nbsp; Number Of Tuples: 
0<BR>&nbsp;&nbsp;&nbsp; Copy Flags: ( 1 1 1 1 1 )<BR>&nbsp;&nbsp;&nbsp; Scalars: 
(none)<BR>&nbsp;&nbsp;&nbsp; Vectors: (none)<BR>&nbsp;&nbsp;&nbsp; Normals: 
(none)<BR>&nbsp;&nbsp;&nbsp; TCoords: (none)<BR>&nbsp;&nbsp;&nbsp; Tensors: 
(none)</FONT></SPAN></FONT></DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003><FONT face=Arial>Thanks in 
advance!!</FONT></SPAN></FONT></DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003><FONT 
face=Arial>John</FONT>&nbsp;&nbsp;&nbsp; </SPAN></FONT></DIV></BODY></HTML>