Mesh simplification

Everything DG Kernel: Technical discussions and issues
Post Reply
VJay
Posts: 1
Joined: Thu Aug 29, 2024 7:15 am

Mesh simplification

Post by VJay »

Hi, there.
I am working on a project of processing stl data. I have a problem:
In order to show a stl surface rapidly, I need to decrease the number of triangles in the mesh. For example, I have a STL file which contains 2000 triangles, but I only want 1000 triangles. How can I make the mesh smaller?
Thanks for your help!
Prashant Kande
Posts: 46
Joined: Tue Jun 18, 2024 6:12 am

Re: Mesh simplification

Post by Prashant Kande »

Hello VJay
I do not believe we have a built-in functionality for that. I suggest using some other tools. We are more focusing on parametric technologies.
Plese get in touch if you really need this in DGK. It would not be a problem to add.

You could also implement it yourself using mesh construction functionality like in Morph sample. There should be algorithms available on the web, including some open source.

We have few refinement methods. See the MeshOps sample.

Regards
MadCAM
Posts: 2
Joined: Thu Sep 12, 2024 4:59 am

Re: Mesh simplification

Post by MadCAM »

Post Reply