SelectEdgeRings

From K-3D

Jump to: navigation, search

Description

Selects edge rings containing selected egdes
Plugin Status:Stable
Categories:All Plugins, Stable Plugins, Selection 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

Selects additional edges that form edge rings with the selected input edge.

SelectEdgeRings is often used in sequence with other tools, such as SubdivideEdges and ConnectVertices.

See Also