|
BuilderElementStraightLineBucklingLength_SetEstimate Method
|
sets an estimate for the buckling length in local Y-direction
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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
[Missing <param name="value"/> documentation for "M:Karamba.Elements.BuilderElementStraightLine.BucklingLength_SetEstimate(Karamba.Elements.BuilderElementStraightLine.BucklingDir,System.Double)"]
See Also