B.214. NurbsSplitPatch

Description. Splits a patch at the selected u/v value

Plugin Status. Experimental

Categories. All Plugins, Experimental Plugins, NURBS Plugins

Table B.193. NurbsSplitPatch 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

u/v value of new knot

Insert knot at [0,1]

k3d::double_t

u_value

Insert knot in v? Otherwise u

By default the knot gets inserted into the patch in u direction, by checking this box you choose to insert it to v

k3d::bool_t

insert_to_v