Click or drag to resize

JointAgent_0_depr Constructor (NullableDouble)

Initializes a new instance of the JointAgent_0_depr class. create a joint modifier with given spring stiffnesses at the endpoints of an element.

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

Parameters

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