Click or drag to resize

MeshvertToFaceInds Method

return indexes of the faces a node of given index belongs to.

Namespace:  Karamba.Utilities.KMesh
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<int> vertToFaceInds(
	int vert_ind
)

Parameters

vert_ind
Type: SystemInt32
vertex index.

Return Value

Type: ListInt32
indexes of the faces a node of given index belongs to.
See Also