NurbsRuledSurface

From K-3D

Jump to: navigation, search

Description

Creates a NURBS surface stretched between the 2 curves
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
flip Flip one of the curves before creating the surface k3d::bool_t flip
Delete the Curves Delete the original curves k3d::bool_t delete_original
Order Order in the linear direction k3d::int32_t order
Segments Number of segments for the linear direction k3d::int32_t segments


Description

A ruled surface is spanned up between two input curves. These will be brought to the same degree by elevating and the same knot vector by finding shared knots and inserting all others where they are missing.

Example:

Applying a RuledSurface-Plugin leads to

Sometimes the curves are stored in opposite order, you know that if your surface by far does not look like the expected result. Thats what the flip-option is for, just check the "Flip?" checkbox and that should solve it.