<div>Dear</div><div>    Thanks so much for response . I tried to convert the tre file to a vtp file using the following code. The vtp files were read using ParaView software. But we found that the <span id="pos_placeholder" style="width: 0px; height: 0px; visibility: hidden; margin: 0px; padding: 0px;"></span>center line of this vessel did not correspond to the original picture, did we miss something?I'm grateful if I could hear from you in your spare time.</div><div>Best regards</div><div>songxiong wu</div><div><br></div><div>this is the code:</div><div><div>import itk</div><div>file_name = 'VascularNetwork.tre'</div><div>Dimension = 3</div><div>reader = itk.SpatialObjectReader[Dimension].New()</div><div>reader.SetFileName(file_name)</div><div>reader.Update()</div><div>tubes = reader.GetGroup()</div><div>print(tubes)</div><div>writer = itk.SpatialObjectWriter[Dimension].New()</div><div>writer.SetInput(tubes)</div><div>writer.SetFileName('VascularNetwork.vtp')</div><div>writer.Update()</div><div><br></div></div><div>this is the result showed in ParaView software:</div><div><img src="cid:BC0708B8@F34D9D6C.73231D5E" modifysize="25%" diffpixels="-1px" style="width: 470px; height: 294px;" onerror=""></div><div><tincludetail></tincludetail></div><!--<![endif]-->