Click or drag to resize

JointAgent Constructor (NullableDouble)

create a joint modifier with given spring stiffnesses at the endpoints of an element

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public JointAgent(
	Nullable<double>[] _c
)

Parameters

_c
Type: SystemNullableDouble
array of twelfe stiffnesses for the DOFs at the elements endpoints. Null means fixed connection.
See Also