Click or drag to resize

JointAgentspringProps Method (Model, Double, Double)

returns finite element spring object for the joint.

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

Parameters

fe_model
Type: Model
feb-model the cross section belongs to
axial_stiffness
Type: SystemDouble
translational spring stiffness
bending_stiffness
Type: SystemDouble
rotational spring stiffness

Return Value

Type: Spring3DCroSec
feb spring object
See Also