Mesh.Append Method (IEnumerable(Mesh))

MeshAppend Method (IEnumerableMesh)

Append a list of meshes. This function is much more efficient than making repeated calls to Mesh.Append(Mesh) when lots of meshes are being joined into a single large mesh.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Append(
	IEnumerable<Mesh> meshes
)
Public Sub Append ( 
	meshes As IEnumerable(Of Mesh)
)

Parameters

meshes
Type: System.Collections.GenericIEnumerableMesh
Meshes to append to this one.
Version Information

Rhino for Windows

Supported in: 6.14
See Also