Hello,<br><br>For my application, I need to display a single triangle in 3-space.&nbsp; The triangle is not necessarily equilateral.&nbsp; What is the easiest way to create a triangle object?&nbsp; I considered vtkTriangle and vtkTriangleStrip, but I&#39;m not clear on how to assign the locations of the vertices.&nbsp; Also, as far as I can tell the vtkTriangle (and vtkCell) classes don&#39;t have any kind of GetOutput() function.&nbsp; How do you map these classes to an actor?&nbsp; I was hoping for some kind of primitive shape source, similar to
vtkCyliderSource or vtkSphereSource, but there doesn&#39;t seem to be any.<br><br>I&#39;m still using the 5.0.4 release.<br><br>Thanks for your advice!<br><br>-Kerry<br>