Hi All,
I am importing a PLY file with color from 4d flow. It imports well but is missing the color. This color is coming through in other software so I know there is information in the file. Any advice for activating color importing a PLY?
nick
Hi All,
I am importing a PLY file with color from 4d flow. It imports well but is missing the color. This color is coming through in other software so I know there is information in the file. Any advice for activating color importing a PLY?
nick
You can use Models module Scalars section to choose which point or cell data to use for coloring and how. See information here: PLY file colors not displayed
There are various ways to store colors and scalars in a PLY file, so if your format is not supported then send us a sample and we’ll have a look.
Ah that works! Thanks.
Can these ply imports be converted into a volume rendering for bitmap printing?
It could be possible to implement a slicing algorithm for models, similarly how we slice images. However, computing colored filling based on surface point colors would not be trivial. An alternative approach could be to convert the model to an image and then colorize it using nearby points.
As far as I know, most color 3D printers usually take a colored mesh as input, so I’m not sure if you need bitmap printing for such models.