From K-3D
Description
| Creates a NURBS surface filling out the selected closed curves
|
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
|
| Delete the Curve
| Delete the curve which was used to create the cap
| k3d::bool_t
| delete_original
|
| U Offset
| Shift the capped curve U range by this amount, useful to rotate the UV-system on the cap
| k3d::double_t
| u_offset
|
| Coons
| Use a Coons surface to fill the curve if true, use a trimmed bilinear patch otherwise
| k3d::bool_t
| coons
|
Description
Given a mesh with a selected closed curve, this modifier creates a cap - a surface stretched along the curve.
The resulting surface is in the same mesh and shares its points with the curve.
Example:

Results in