Description. Breaks a NURBS curve at a given u value (0…1)
Plugin Status. Experimental
Categories. All Plugins, Experimental Plugins, NURBS Plugins
Table B.211. NurbsSplitCurve 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 value (in [0,1]) | Split Curve at u in ]0,1[ | k3d::double_t | u_value |