Unable to factor lineal system

Hello everyone, I’m trying to compute the centerline of a carotid and it’s a .stil file.
Someone knows why is saying that error?
Is because of the mesh?

Yes, it is because of the mesh has invalid (or at least unexpected) geometry.

For example, it may be that your mesh contain the vessel wall only (thin shell) instead of the blood pool (solid). Can you post a screenshot?

You can fix up the mesh by loading it as Segmentation and then editing it in Segment Editor module.

Yes that’s true!! I only have my .stl the surface of my carotid. But I also have the x,y,z of the mesh and u,v,w. And I have to merge it in a one file right? Do you know how to merge the coordinates of the mesh and velocity with the surface?

thanksss

I don’t know what u, v, w stores - texture coordinates, velocity vector components, …? Anyway, you cannot store any of these in a standard STL file. You can store point and cell scalars in VTK mesh file formats and Slicer can read and visualize them.