Click or drag to resize

Jointc_condition Method

returns list of six doubles for each node which are the spring stiffnesses corresponding to the DOFs. If null there is no joint for the corresponding DOF.

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

Parameters

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

Return Value

Type: ListNullableDouble
list of six doubles for each node. Null means fixed DOF.
See Also