c#程序查看.ply格式文件 [英] c# program to view .ply format files

查看:644
本文介绍了c#程序查看.ply格式文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何与c#链接的库(如helix-toolkit)可以显示.ply格式的3D彩色网格???

Is there any library to link with c#( like helix-toolkit )which can display .ply format 3D color mesh ???

推荐答案

参考维基百科页面 PLY(文件格式) [ ^ ]



请参阅外部链接部分。

我可以看到有几个C ++库但没有C#,所以你必须使用pInvoke才能连接到C#中的库。



平台调用教程 [ ^ ]



您还可以编写一个托管C ++模块,然后将其链接到您的C#应用​​程序。
Refer to Wikipedia page PLY (file format)[^]

See the external link section.
There are several C++ libraries but no C# as I can see, so you have to use pInvoke in order to connect to the library in C#.

Platform Invoke Tutorial[^]

You could also write a managed C++ module that you then link into your C# app.


这篇关于c#程序查看.ply格式文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆