[vtkusers] 'Incorrect' Geometry on Conversion to Polydata

Bill Lorensen bill.lorensen at gmail.com
Sun May 16 18:04:45 EDT 2010


If you generate an stl file from structured points, all you will get is a block.

I think we need more information.

For example, if there is an object contained within the structured
points, you can use marching cubes to extract it. Then create an stl
file of that structure.


On Sun, May 16, 2010 at 5:45 PM, Ted Kord <teddy.kord at googlemail.com> wrote:
>> I don't understand your code then?  Can't you just use
>>
>> http://www.vtk.org/Wiki/VTK/Examples/IO/ReadPLY
>>
>> followed by
>>
>> http://www.vtk.org/Wiki/VTK/Examples/IO/WriteSTL
>>
>> ?
>>
>> Can you provide a sample file?
>>
>> Thanks,
>>
>> David
>
> Hi David
> The problem is all I have right now is a .vtk (structured points). So, I
> need to first convert/generate a .ply somehow. Then I could use the links
> above.
> The sample file is huge -- 323 Mb, so it's unattachable.
> Theodore
>



More information about the vtkusers mailing list