Click or drag to resize

BuilderElementStraightLineBucklingLength_SetEstimate Method (BuilderElementStraightLineBucklingDir, Double)

Sets an estimate for the buckling length in local Y-direction.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void BucklingLength_SetEstimate(
	BuilderElementStraightLineBucklingDir dir,
	double value
)

Parameters

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