Skip to content

Generate a mesh for the whole shape #1219

Open
@igormaurell

Description

@igormaurell

I need to generate a mesh for a whole step model that has been loaded. Althought it looks simple using BRepMesh_IncrementalMesh and BRep_Tool, I am stucked in a problem, that is:

  • In my problem, common vertices between edges and faces must have the same index in the final mesh.

I am starting to implement some solution to merge the Poly_Triangulation for each face using a simple point matcher using HashCode, but I am searching in the documentation for a more "simple" way to do this.

Do you guys have some hint about some useful classes or methods to help me solving this problem?
If this is not an already implemented feature in OCCT/PythonOCC, do you have interest in a contribution with this implementation?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions