From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Convex Hull Operator

Hull3.gif Hull4.gif

Overview

The convex hull operator takes a point cloud as input and outputs a convex hull surrounding those vertices. If the input contains edges or faces that lie on the convex hull, they can be used in the output as well.

Bridge

This operator can act as a bridge tool as well:

Hull.gif Hull2.gif

Options

Delete Unused

Removes vertices, edges, and faces that were selected, but not used as part of the hull. Note that vertices and edges that are used by other edges and faces not part of the selection will not be deleted.

Hull5.png

Example: the middle mesh shows the convex hull with Delete Unused enabled, the mesh at right shows the hull with Delete Unused disabled.

Use Existing Faces

Where possible, use existing input faces that lie on the hull. This allows the convex hull output to contain NGons rather than triangles (or quads if the Join Triangles option is enabled.)

Hull6.png

Make Holes

Delete edges and faces in the hull that were part of the input too. Useful in cases like bridging to delete faces between the existing mesh and the convex hull.

Hull7.png

Join Triangles

Joins adjacent triangles into quads. Has all the same properties as the "Tris to Quads" operator (angle limit, compare UVs, etc.)