Forum archiveIssue archiveOther usage issues

Archived discussion

Can I process over ten thouthand point data with OpenCASCADE?

Other usage issuesWed, 08/26/2009 - 04:103 replies

Browse this forum
QuestionAuthor

Hello.everyone.
I am a software engineer of coordinate measurement machine.
I have a question about OpenCASCADE technology.

I want to load measurement data and CAD data into one software.
I also want to load over million point data and to convert it into polygon mesh data ,for I want to remesh it.
Is OpenCASCADE suit for such a application?

please tell me the answer.

thank you.

Discussion

3 archived replies

Posts are displayed in their archived order.

01Commenter-1

If you have enough memory and fast enough computer, why not.

02Commenter-2

Maybe, maybe not. But if you end up with a lot of problems, you should try VTK.

http://vtk.org/

03Author

thank you everyone.
vtk is very useful to process point of cloud data.
and MeshVS and Poly data structure works well.