From K-3D
Description
| Creates a LinearCurve representation of the selected NURBS 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
|
| Segments
| Segments per knot interval. The more segments the better the result
| k3d::int32_t
| segments
|
| Delete original?
| Delete original NURBS curve?
| k3d::bool_t
| delete_original
|
Description
This plugin creates a linear curve which has approximately the same shape than the NURBS curve. This is done by evaluating segment - 1 points on the curve and connecting these with lines. The more segments, the less difference will be between the NURBS curve and the linear curve.
| Segments | Result |
| Original |  |
| 5 |  |
| 10 |  |
| 100 |  |