SubdivideEdges

From K-3D

Jump to: navigation, search

Description

Subdivides edges by creating one or more vertices along
Plugin Status:Stable
Categories:All Plugins, Stable 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::mesh_selection mesh_selection
Vertices Number of vertices to insert in each selected edge k3d::int32_t vertices


Notes

SubdivideEdges creates new vertices on existing edges. You can also alter the number of these divisions. Normally, ConnectVertices is used immediately afterwards, to connect the created edges.

Personal tools