<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp; I am trying to find an example of plotting a single point.&nbsp; The goal would be to read the coordinates of a set of points from a file and plot each point, possibly connecting some with line segments.&nbsp; Showing a coordinate system would be good, too.<br>&nbsp;&nbsp;&nbsp;&nbsp; I have looked at PointClouds and StructuredPointsToUnstructuredGrid.cxx but the point-by-point mechanism seems to be hidden.&nbsp; How do I do that?<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Also, in running the code from this last mentioned cxx file by pasting it into vtk_minimal (which runs) and commenting out the code for vtk_minimal, it compiles but doesn't link.&nbsp; On of the 11 errors is:<br>1&gt;vtk_minimal.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall vtkSmartPointerBase::~vtkSmartPointerBase(void)"
 (__imp_??1vtkSmartPointerBase@@QAE@XZ) referenced in function "public: __thiscall vtkSmartPointer&lt;class vtkStructuredPoints&gt;::~vtkSmartPointer&lt;class vtkStructuredPoints&gt;(void)" (??1?$vtkSmartPointer@VvtkStructuredPoints@@@@QAE@XZ)<br>What lib file is missing?<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Thanks,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Barney<br></td></tr></table><br>