<div dir="ltr">Hi All,<div>The vtkpoint information in vtkpolydata (.vtp) is displayed as </div><div><br></div><div><div><font face="monospace, monospace"><Points></font></div><div><font face="monospace, monospace">        <DataArray type="Float64" Name="Points" NumberOfComponents="3" format="binary" ......</font></div><div><br></div><div>I use the vtkXMLPolydataWriter to write this information. Is there any way to change the tag (e.g. CustomTag) to something different, so that the header of the vtkPOints will look like something :</div><div><br></div><div><div><font face="monospace, monospace"><Points></font></div><div><font face="monospace, monospace">        <DataArray type="Float64" Name="CustomTag" NumberOfComponents="3" format="binary" .... </font></div></div><div><br></div><div><br></div><div>Thanks,</div></div><div>Chiranjib</div></div>