I am a beginner to C# and not familiar with LINKED LIST. Can someone shed some light on what I am missing to complete the following C# project? my issue is how to use LINKEDLIST.
ReadSTL rs = new ReadSTL(@"c:\devdept\bunny.stl");
rs.DoWork();
rs.AddToScene(viewportLayout1);
Mesh m = (Mesh)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.