NodedofIndToString Method

Generate a string representation of a dof.

Definition

Namespace: Karamba.Nodes
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static string dofIndToString(
	int dofInd
)

Parameters

dofInd  Int32
Index of the dof.

Return Value

String
String representation of the dof of given index.

See Also