<!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 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am using a vtkCubeSource to create a cube but I 
would like to get just the verts and lines from it to make a wireframe 
basically.&nbsp; So far I have tried to create a vtkPolyData and use the 
GetVerts() from the GetOutput() from the cube source and SetVerts() on the 
vtkPolyData.&nbsp; I do this for the lines as well.&nbsp; This didn't work for 
me so I tried a GetNumberOfVerts() and GetNumberOfLines() on the GetOutput() 
from the cube source and both resulted in zero.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can someone see what I'm doing wrong or how I can 
accomplish what I'm trying to do.&nbsp; If any of this is confusing I can 
include a code chunk.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Alex</FONT></DIV></BODY></HTML>