B.234. NurbsSweepSurface

Description. Create a Surface by traversing one curve along another and orienting it tangential to the traverse curve

Plugin Status. Experimental

Categories. All Plugins, Experimental Plugins, NURBS Plugins

Table B.212. NurbsSweepSurface 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 original curves

k3d::bool_t

delete_original

Samples

The number of samples per span

k3d::int32_t

samples

Align Normal

Align the curve normal, insted of preserving the start alignment

k3d::bool_t

align_normal