|
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)
Syntaxpublic JointAgent_0_depr(
Nullable<double>[] _c
)
Public Sub New (
_c As Nullable(Of Double)()
)
public:
JointAgent_0_depr(
array<Nullable<double>>^ _c
)
new :
_c : Nullable<float>[] -> JointAgent_0_depr
Parameters
- _c
- Type: SystemNullableDouble
array of twelfe stiffnesses for the DOFs at the elements endpoints.
Null means fixed connection.
See Also