Version 0.55.1

rot_hull_extrusion

Creates a rotational extrusion of the convex hull of a solid.

Signatures

  •   rot_hull_extrusion( vector axis )
  •   rot_hull_extrusion( vector onset, vector axis )

Details

The rot_hull_extrusion modifier applies a 2-dimensional convex hull to a solid and performs a full-circle rotational extrusion around a given axis to it. This means that a new solid is constructed that covers all the volume that is touched when the convex hull is rotated around the axis.

A typical application of this function is to check whether a part can be moved freely around an axis.

Example

 make rot_hull_extrusion( <[1,1,1]> ) >> cylinder()

 

Result of the example application of rot_hull_extrusion. The original solid is shown as red overlay in the image.

Casts To

modifier

Parameters

axis

A vector that defines the rotation axis direction.

onset

A space point that defines one point on the rotation axis. If this is omitted, the axis is set to the coordinate origin.

🗙

Search results for