[vtkusers] Save a plane in a vtp file?

Amy Squillacote amylists at gmail.com
Fri Mar 13 22:08:32 EDT 2009


Hi David,

.vtp files are for storing polygonal data sets. For your plane, you could
store the output of vtkPlaneSource in a .vtp file. Similarly, for a sphere,
you can store the output of a vtkSphereSource in a .vtp file.

- Amy

On Fri, Mar 13, 2009 at 5:35 PM, David Doria <daviddoria at gmail.com> wrote:

> Is there a way to store a sphere in a vtp file?
>
> Thanks,
>
> David
>
>
>
> On Fri, Mar 6, 2009 at 8:26 PM, David Doria <daviddoria at gmail.com> wrote:
>
>> Is there a way to store a plane in a vtp file? I have a point and a
>> normal, and I want to see what that plane looks like. I could clearly get
>> two random vectors on the plane that go through the point and make a giant
>> triangle, but that seems very hacky.
>>
>> Thanks,
>>
>> David
>>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090313/a147d7c0/attachment.htm>


More information about the vtkusers mailing list