Performs mesh lofting by interpolating the first faces of the input meshes
into a new mesh.

Tags: Mesh
Parameters#
Segments [Int]
Number of segments generated between each pair of faces. Lower Strength [Float]
Lower curve strength at each connected face. Can access the attributes of each mesh using the @@attributeName notation. Upper Strength [Float]
Upper curve strength at each connected face. Can access the attributes of each mesh using the @@attributeName notation. Inputs#
- Input [Collective | Mesh]: The meshes whose first faces are to be interpolated.
Outputs#
- Output [Mesh]: The lofted mesh.