Click here to Skip to main content
15,887,881 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any library available(.dll) in .Net or Third party Library.

Which provide following functionality?

We just add as input points cloud or Points in 3D Space (with X, Y and Z Co-Ordinate)

And it display 3D object in ViewPort3D. Means automatically generate MESH from Point Cloud and give us the output as 3D object in ViewPort3D.

Note: Consider object would be Convex object.

Thanks..........
Posted
Updated 3-Feb-11 17:12pm
v2

1 solution

WHave you looked at the System.Windows.Media Media3D class?
See here [^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 4-Feb-11 0:09am    
The article looks like a very useful introduction - a 5.
--SA
Abhinav S 4-Feb-11 0:09am    
I hope it helps the OP.
Pritesh Aryan 4-Feb-11 0:28am    
Ya i also found it will help me......
now i am analyzing it..
- i also give a 5
Pritesh Aryan 4-Feb-11 0:40am    
i have seen that link but it will not help me because, it should be just take input as points and i see from demo that there is no use of delaunay triangulation like algorithms and i think it should be required for generating mesh of 3D object from Points Cloud.
Thanks......
Sergey Alexandrovich Kryukov 4-Feb-11 3:52am    
Is it really impossible to specialize/generalize?
You could also use the described API names as a hook for further search. No luck, really?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900