EulerKillEdgeMakeLoop

From K-3D

Jump to: navigation, search

Description

Apply the Kill Edge Make Loop (KEML) Euler operation to the selected edges
Plugin Status:Experimental
Categories:All Plugins, Experimental Plugins, Mesh 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


Usage

The Euler operation Kill Edge Make Loop (KEML) removes the selected edges and merges their loop into one. Also see Euler Operations for an overview of all available Euler operations. In the example below, edge 15 is selected, which results in the removal of edges 15 and 9. The loops these edges belonged to are merged into one loop.

Input mesh
Result

Output Selection

The output selection consists of all merged faces.