B.204. NurbsAddTrimCurve

Description. Adds a trimming curve to the selected patch

Plugin Status. Experimental

Categories. All Plugins, Experimental Plugins, NURBS Plugins

Table B.182. NurbsAddTrimCurve 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

Delete the Curve

Delete the curve which was used to create the trimming curve

k3d::bool_t

delete_curve

U Scale

Scale factor in the U direction

k3d::double_t

scale_u

V Scale

Scale factor in the V direction

k3d::double_t

scale-V

U Offset

U position offset on the surface

k3d::double_t

offset_u

V Offset

V position offset on the surface

k3d::double_t

offset_v