Skip to content

Mesh from closed polylines #16

@pearswj

Description

@pearswj

Create a mesh from a number of closed polylines.

A mesh from a closed polyline is straightforward:

  1. Add polyline vertices to mesh
  2. add a face with vertex indices 1...n where n is the number of vertices.

Creating a mesh from several polylines could be done in the same way with a secondary procedure to merge duplicate vertices. Duplicates could be merged either before (faster) or after (more flexible) the faces are added.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions