Click or drag to resize

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.

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<bool> condition(
	int node_ind
)

Parameters

node_ind
Type: SystemInt32
index of node for which joint flags are to be returned

Return Value

Type: ListBoolean
returns list of six booleans for each node
See Also