Template:NurbsCurveDegreeElevation
From K-3D
Description
| Takes a curve of degree p and turns it into a curve with degree p+degree |
| Plugin Status: | Experimental |
| Categories: | All Plugins, Experimental Plugins, NURBS 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 |
| The degree which will be added to the curve | The curve degree gets elevated by the amount you specify here | k3d::int32_t | degree |

