NurbsCurveTraversal

From K-3D

Jump to: navigation, search

Description

Creates a NURBS surface while traversing one NURBS curve along another
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
Delete the Curves Delete the curves used to construct the surface k3d::bool_t delete_original


Description

This plugin creates a surface by taking 2 input curves, moving one of them along the other and thus creating a grid of control points. These are then the base of the surface. So one curve is kind of a rail for the other one.

Applying NurbsCurveTraversal here:
This also works with closed curves
When using a closed curve you can create caps automatically