FilletEdges

From K-3D

Jump to: navigation, search

Description

Creates rounded surfaces along selected edges
Plugin Status:Experimental
Categories:All Plugins, Experimental Plugins, Mesh 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
Segments Segment number k3d::int32_t segments
Radius Fillet radius k3d::double_t radius


Notes

Fillet edges creates multiple edges from the selected input edges. Effectively, it rounds off corner edges. Many other software packages refer to this as a "bevel" or a "chamfer". Fillet is used as a name in k3d because it most accurately describes the functionality, and has a closer match with high end solid modeling packages, which also use the word "fillet".

Examples

Example: Using segments = 1

Example: Using segments = 4

Example: Applying FilletEdges to a surface.