Docs Home
/
KCL Standard Library
/
Functions
/
blend

blendFunction in std::solid

Blend two surfaces together. Use bounded edges to control the extents of the newly created surface, or tagged edges to use the full edge span.

Or blend the full edges directly with tagged edges (no getBoundedEdge):

Arguments

NameTypeDescriptionRequired
edges[BoundedEdge or TaggedEdge; 2]The two edges that will be blended. Tagged edges blend the full edge length.Yes

Returns

Solid - A solid is a collection of extruded surfaces.

Examples

Found a typo?