export mesh with scalar field colors as colored .ply

Feel free to ask any question here
Post Reply
pascals
Posts: 1
Joined: Thu Jul 31, 2014 6:57 pm

export mesh with scalar field colors as colored .ply

Post by pascals »

Can we export a mesh model with its colored scalar field (related to the distance between 2 mesh models) as .ply? I would like to 3D print it with it colors (3D Systems printer service accepts colored .ply).
daniel
Site Admin
Posts: 7707
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: export mesh with scalar field colors as colored .ply

Post by daniel »

Indeed, scalar fields are saved in PLY files but not a lot of software can read them. So the best idea is to convert the (distances) SF to RGB first (with Edit > Scalar Fields > Convert to RGB) then save it as PLY.
Daniel, CloudCompare admin
Post Reply