Click or drag to resize

JointspringProps Method

returns finite element spring object for specified end of beam.

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected Spring3DCroSec springProps(
	Model fe_model,
	int node_ind,
	double axial_stiffness,
	double bending_stiffness
)

Parameters

fe_model
Type: Model
feb-model the cross section belongs to
node_ind
Type: SystemInt32
end of beam for which to create the spring (0..beginning, 1..end)
axial_stiffness
Type: SystemDouble
translational spring stiffness
bending_stiffness
Type: SystemDouble
rotational spring stiffness

Return Value

Type: Spring3DCroSec
feb spring object
See Also