NurbsExtrudePatch
From K-3D
Description
| Extrudes the selected patch along a coordinate axis |
| 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 |
| segments | Segments | k3d::int32_t | segments |
Description
Patch Extrusion is similar to Extruding polygonal faces, you can choose a coordinate axis and a distance how far the patch shall be extruded, and there will be a closed body with the outward shape of the patch.
If you need the patch extruded along a curve you might degree elevate the side patches to get more control over their shape.

