|
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)
Syntaxpublic static Mesh3 CapMesh(
IMesh mesh1,
IMesh mesh2
)
Public Shared Function CapMesh (
mesh1 As IMesh,
mesh2 As IMesh
) As Mesh3
public:
static Mesh3^ CapMesh(
IMesh^ mesh1,
IMesh^ mesh2
)
static member CapMesh :
mesh1 : IMesh *
mesh2 : IMesh -> Mesh3
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:
Mesh3the cap between the two meshes.
See Also