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

Initializes a new instance of the CroSec_Spring class. create a cross section with given name, family and country without default properties.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public CroSec_Spring(
	string _family,
	string _name,
	string _country,
	Color? _color,
	double[] _c
)

Parameters

_family  String
family name of a cross section for grouping in e.g. cross section optimization.
_name  String
unique identifier within a family.
_country  String
country of origin.
_color  NullableColor
color of the cross section.
_c  Double
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