Convert Intel RealSense Data into 3D Mesh

Hello, I was wondering if it’s possible to process Intel RealSense data, likely a .PLY file, into a 3D mesh using Aspose.3D .NET 3D File Manipulation APIs?
We’re trying to use it for scanning fairly small objects such as a foot. The idea is to stitch together these captures into a 3D model.

@CWillans

Can you please share your sample source file for our reference? We will log an investigation ticket to analyze the possibility of your requirements.

@CWillans
The PLY files can contain point clouds or triangle information.

Aspose.3D can import the PLY files with point cloud data into PointCloud instances and import the PLY files with triangles into a 3D meshes, but import point cloud data into a 3D mesh is not supported.