Click or drag to resize

Mesh3Add Method

add together list of meshes.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Mesh3 Add(
	List<IMesh> meshes,
	Nullable<Color> default_color
)

Parameters

meshes
Type: System.Collections.GenericListIMesh
list of meshes to add.
default_color
Type: SystemNullableColor
color to be used in case some meshes have vertex colors and some not.

Return Value

Type: Mesh3
mesh which results from adding up all given meshes. Duplicate vertices are not removed.
See Also