Click or drag to resize

Mesh3CapMesh Method

caps the two meshes; assumes that both meshes contain color information for each vertex.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Mesh3 CapMesh(
	IMesh mesh1,
	IMesh mesh2
)

Parameters

mesh1
Type: Karamba.GeometryIMesh
first mesh to cap.
mesh2
Type: Karamba.GeometryIMesh
second mesh to cap. Vertices must be in same order as in mesh1.

Return Value

Type: Mesh3
the cap between the two meshes.
See Also