NurbsPatchDegreeElevation

From K-3D

Jump to: navigation, search

Description

Elevates the selected patches in either u or v direction
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
Degree The current degree will be increased by the amount you specified here k3d::int32_t degree
Elevate v? Otherwise u By default the u direction gets elevated, by checking this box you choose to elevate v k3d::bool_t insert_to_v


Description

Patch degree elevation works exactly like NurbsCurveDegreeElevation, only that it degree elevates all curves in the selected direction so the complete patch will be degree elevated either in u or v.