|
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)
Syntaxprotected void addCaps(
List<IMesh> meshes
)
Protected Sub addCaps (
meshes As List(Of IMesh)
)
protected:
void addCaps(
List<IMesh^>^ meshes
)
member addCaps :
meshes : List<IMesh> -> unit
Parameters
- meshes
- Type: System.Collections.GenericListIMesh
Meshes to be capped. Two consecutive meshes are assumed to form upper and lower surface.
See Also