Skip to content

Hole Filling #282

@6ther

Description

@6ther

Using hole filling in Python,like this:

`
mesh1 = Polyhedron_3('../../data/swept_mesh1.off')

half_edges = mesh1.halfedges()

for half_edge in half_edges:

path_facets = Polyhedron_3_Facet_iterator()

path_vertices = Polyhedron_3_Vertex_iterator()

triangulate_refine_and_fair_hole(mesh1, half_edge, path_facets, path_vertices)

`

but throw the wrong arguments exception,like this:

Image

i don't know which arguments are wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions