From K-3D
Description
| Connects the 2 end points of the selected curve
|
Metadata
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
|
| Keep end points as CVs
| If enabled, the endpoints will work as CVs and a new endpoint gets added
| k3d::bool_t
| keep_ends
|
Description
This plugin closes the selected curve (just one at a time), either by replacing the two end points by their average [1] or by adding the average of the former end points as a completely new point [2]. Check the box at "keep ends" to choose method [2].
| Before |  |
| Method [1] - replacing end points |  |
| Method [2] - adding new end point |  |