Click or drag to resize

BuilderElementStraightLineBucklingLength Method

set buckling length in local direction.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual double BucklingLength(
	BuilderElementStraightLineBucklingDir dir,
	double defaultValue = 0
)

Parameters

dir
Type: Karamba.ElementsBuilderElementStraightLineBucklingDir
axis about which the buckling length is defined.
defaultValue (Optional)
Type: SystemDouble
value returned in case buckling-length is null.

Return Value

Type: Double

[Missing <returns> documentation for "M:Karamba.Elements.BuilderElementStraightLine.BucklingLength(Karamba.Elements.BuilderElementStraightLine.BucklingDir,System.Double)"]

See Also