|
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)
Syntaxpublic void BucklingLength_SetEstimate(
BuilderElementStraightLineBucklingDir dir,
double value
)
Public Sub BucklingLength_SetEstimate (
dir As BuilderElementStraightLineBucklingDir,
value As Double
)
public:
void BucklingLength_SetEstimate(
BuilderElementStraightLineBucklingDir dir,
double value
)
member BucklingLength_SetEstimate :
dir : BuilderElementStraightLineBucklingDir *
value : float -> unit
Parameters
- dir
- Type: Karamba.ElementsBuilderElementStraightLineBucklingDir
axis about which the buckling length is defined. - value
- Type: SystemDouble
Buckling length.
See Also