Fillet TypesDepending on the input geometry, the surface creation with OmniFillet includes these types:
Fillet Surface Spine TypeFor this type, two underlying surfaces A and B, and a spine curve used as fillet surface edge define the fillet surface. The radius derives from the spine. The spine should run roughly along the intersection of the surfaces; it may also be a surface edge. Two variable radius functions rA, rB, are defined along the spine. So each point on the spine curve has two radius values attached that are used to create two surface curves, the radius runout lines (RRLs), as follows:
The fillet surface is then created as the surface connecting the two surface curves RRL-A and RRL-B with near-circular (or near-elliptical) arcs. Note:
Everywhere, the
two radius values need to be larger than the distance between the spine and the
two surfaces. Otherwise, the tube does not touch the surface, and no fillet is
created.
The rA and rB radii are editable linear functions blending between the two values Start A/End A and Start B/End B. |