DiscussionsIssue archiveOther usage issues

Archived discussion

How to visualize dense dataset in OCC

Other usage issuesTue, 12/25/2007 - 09:031 reply

Browse this forum
QuestionAuthor

Hello,I'm writing a program processing dense dataset with millions of points in OCC.I tried to create a presentable object for each point,but it was quite difficult to redraw the screen,I could not even move the mouse.If you have better idea, please contact with me([email removed]),thank you very much.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

You may look at Salome platform source code. It has a lot of data visualization tools and it's based on OCC. I'm not sure if OCC is the right choice for your task. There's another free library called VTK (vtk.org), which is used to visualize 3D volumetric data. OCC is not good at drawing such amount of separate objects.