<!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> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=718015718-05092003><FONT
face="Times New Roman"> # Here I have scalar values ( point arrays
)<BR> print CellToPointForCutter.GetOutput()<BR> <BR> cutEdges =
vtkCutter()<BR> cutEdges.SetInput( CellToPointForCutter.GetOutput()
)<BR> cutEdges.SetCutFunction( pvPlane1
)<BR> cutEdges.GenerateCutScalarsOn()<BR> cutEdges.SetValue(0,
0.5)<BR> <BR> # Here I do not have any scalar values ( point arrays
)<BR> 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> </FONT></SPAN></FONT></DIV>
<DIV><FONT face="Times New Roman" size=2><SPAN
class=718015718-05092003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=718015718-05092003> Point
Data:<BR> Debug: Off<BR> Modified Time:
521<BR> Reference Count: 1<BR> Registered
Events: (none)<BR> Number Of Arrays: 9<BR>
Array 0 name = Energy for block<BR> Array 1 name =
Pressure<BR> Array 2 name = Void Volume
Fraction<BR> Array 3 name = X Velocity<BR>
Array 4 name = Y Velocity<BR> Array 5 name = Z
Velocity<BR> Array 6 name = Temperature<BR>
Array 7 name = Temperature for block<BR> Array 8 name = Mass
for block<BR> Number Of Components: 9<BR>
Number Of Tuples: 35763</SPAN></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003><FONT face=Arial>but after I
process the cutter I do not have 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> Point
Data:<BR> Debug: Off<BR> Modified Time:
1711<BR> Reference Count: 1<BR> Registered
Events: (none)<BR> Number Of Arrays: 0<BR>
Number Of Components: 0<BR> Number Of Tuples:
0<BR> Copy Flags: ( 1 1 1 1 1 )<BR> Scalars:
(none)<BR> Vectors: (none)<BR> Normals:
(none)<BR> TCoords: (none)<BR> Tensors:
(none)</FONT></SPAN></FONT></DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003></SPAN></FONT> </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> </DIV>
<DIV><FONT size=2><SPAN class=718015718-05092003><FONT
face=Arial>John</FONT> </SPAN></FONT></DIV></BODY></HTML>