CollapseEdges

From K-3D

Jump to: navigation, search

Description

For each selected edge, collapses its two vertices into one
Plugin Status:Stable
Categories:All Plugins, Stable Plugins, Polyhedron Plugins

Metadata

Name Value

Properties

Label Description Type Script Name
Input Mesh Input mesh k3d::mesh* input_mesh
Output Mesh Output mesh k3d::mesh* output_mesh
Mesh Selection Input Mesh Selection k3d::selection::set mesh_selection


Notes

CollapseEdges converts each selected edges into a single point, located at the edge's midpoint:

CollapseEdges is often used to simplify geometry and remove edge rings. Shown below - after the modifier is applied an edge ring becomes an edge loop:

See Also

SelectEdgeLoops and SelectEdgeRings.