Click or drag to resize

FactoryCrossSectionSpring Method

Create a shell cross section with uniform properties for all faces.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CroSec_Spring Spring(
	double[] c,
	string family = "",
	string name = "",
	string country = "",
	Nullable<Color> color = null
)

Parameters

c
Type: SystemDouble
array with spring six constants (either [Force/Length] of [Moment/rad]).
family (Optional)
Type: SystemString
family name of a cross section for grouping in e.g. cross section optimization.
name (Optional)
Type: SystemString
unique identifier within a family.
country (Optional)
Type: SystemString
country of origin.
color (Optional)
Type: SystemNullableColor
color of the cross section.

Return Value

Type: CroSec_Spring

[Missing <returns> documentation for "M:Karamba.Factories.FactoryCrossSection.Spring(System.Double[],System.String,System.String,System.String,System.Nullable{System.Drawing.Color})"]

See Also