Click or drag to resize

CroSec_Spring Constructor (String, String, String, NullableColor, Double)

create a cross section with given name, family and country without default properties

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CroSec_Spring(
	string _family,
	string _name,
	string _country,
	Nullable<Color> _color,
	double[] _c
)

Parameters

_family
Type: SystemString
family name of a cross section for grouping in e.g. cross section optimization
_name
Type: SystemString
unique identifier within a family
_country
Type: SystemString
country of origin
_color
Type: SystemNullableColor
color of the cross section
_c
Type: SystemDouble
array with spring six constants (either [kN/m] of [kNm/rad]). the first three are translational stiffnesses in local x,y,z-direction, the last three rotational stiffnesses about the local x,y,z-axes.
See Also