PLYWriter (PLYWriter)
 
Writer to write polygonal data in Stanford University PLY format. The

data can be written in either binary (little or big endian) or ASCII

representation. As for PointData and CellData, vtkPLYWriter cannot

handle normals or vectors. It only handles RGB PointData and CellData.

PropertyDescriptionDefault Value(s)Restrictions
File Name
(FileName)
The name of the file to be written.    
File Type
(FileType)
The type for the data file (i.e. ascii or binary). 2

The value must be one of the following: Ascii (1), Binary (2).

 
Input
(Input)
The input filter/source whose output dataset is to written to the file.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkPolyData.