Jointcondition Method

returns list of six booleans for each node. If true a joint is in effect for the corresponding DOF. nodes indexes start from 0 (starting node); 1 signifies the end-node.

Definition

Namespace: Karamba.Joints
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public List<bool> condition(
	int nodeInd
)

Parameters

nodeInd  Int32
index of node for which joint flags are to be returned.

Return Value

ListBoolean
returns list of six booleans for each node.

See Also