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: 1.0.0.0 (1.0.0.0)
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