Click or drag to resize

MeshResultsVisitoraddCaps Method

add caps at the naked edges of the meshes. Number of meshes must be a multiple of 2.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void addCaps(
	List<IMesh> meshes
)

Parameters

meshes
Type: System.Collections.GenericListIMesh
Meshes to be capped. Two consecutive meshes are assumed to form upper and lower surface.
See Also