I want to create the 3D model which can be expressed in sets of the points. I want to use java to calculate them and convert them into Rhino model. And I want to know how to join those points in to surface. I have calculated about 512*512 three dimensional points.
- I want to know how can I script java to make a model on rhino.(If can't then is there other way?)
- How to join lots of points in to one surface. ( Those points are the points on sphere.)
Thank you.