NurbsExtrudeCurve
From K-3D
Description
| Extrudes the selected curve along a coordinate axis and lets you create caps if one of the curves is closed |
| 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 |
| Distance | How far to extrude the curve | k3d::double_t | distance |
| Extrude along | Axis along which the curve gets extruded | k3d::string_t | along |
| Delete the Curve | Delete the original curve | k3d::bool_t | delete_original |
| segments | Segments | k3d::int32_t | segments |

