Click or drag to resize

BuilderElementStraightLineBucklingLength_Set Method

Sets the buckling length of the element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void BucklingLength_Set(
	BuilderElementStraightLineBucklingDir dir,
	Nullable<double> value
)

Parameters

dir
Type: Karamba.ElementsBuilderElementStraightLineBucklingDir
Axis about which the buckling length is defined.
value
Type: SystemNullableDouble
Buckling length.
See Also