NurbsSetWeight

From K-3D

Jump to: navigation, search

Description

Sets the weight of the selected Control Points
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
Weight The new weight for the selected points k3d::double_t weight


Description

Sets the weight of all selected points of the selected mesh (only works on one mesh at the moment) to the new value.
This affects both, NURBS curves and patches. Valid weights are all values different from zero.