Description. Adds a new knot in either u or v direction to all selected patches
Plugin Status. Experimental
Categories. All Plugins, Experimental Plugins, NURBS Plugins
Table B.206. NurbsPatchInsertKnot 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 |
Multiplicity | Multiplicity | k3d::int32_t | multiplicity |
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 |