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):
Experimental face API: edge specifier objects are supported for testing, but are not ready for generated or user-facing KCL yet; prefer tagged edges or bounded edges until point-and-click and migration support ships. Sketch block tags work too:
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
edges | [BoundedEdge or TaggedEdge or any; 2] | The two edges that will be blended. Tagged edges blend the full edge length. Experimental face API: edge specifier objects ({ sideFaces = [...], endFaces? = [...], index? = 0 }) are not ready for generated or user-facing KCL yet; prefer tagged edges or bounded edges until point-and-click and migration support ships. | Yes |
Returns
Solid - A solid is a collection of extruded surfaces.