can some tell me which would be the best way to go abt displaying a large set of points, the standard AIS may be a bit too slow ?? and allow for their interactive selection....
thanks in advance...
Pawel Thu, 01/22/2009 - 11:24
Hi Dheevatsa,
You could create your own interactive object. Look at "User_Cylinder" provided with the samples.
Also search the forum. There were already a couple of solutions suggested.
Thu, 01/22/2009 - 11:24
Hi Dheevatsa,
You could create your own interactive object. Look at "User_Cylinder" provided with the samples.
Also search the forum. There were already a couple of solutions suggested.
Pawel
Thu, 01/22/2009 - 12:32
Try using MeshVS_Mesh interactive object. Write your own descendant of MeshVS_DataSource. MeshVS allows to select individual entities in the mesh.
Thu, 01/22/2009 - 16:55
Adding points into a compound and display compound instead of points one by one worked well for me. I hope it helps..