B.185. NurbsCreateCap

Description. Creates a NURBS surface filling out the selected closed curves

Plugin Status. Experimental

Categories. All Plugins, Experimental Plugins, NURBS Plugins

Table B.163. NurbsCreateCap 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