|
BuilderElementStraightLineBucklingLength_SetEstimate Method (Vector3)
|
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(
Vector3 value
)
Public Sub BucklingLength_SetEstimate (
value As Vector3
)
public:
void BucklingLength_SetEstimate(
Vector3 value
)
member BucklingLength_SetEstimate :
value : Vector3 -> unit
Parameters
- value
- Type: Karamba.GeometryVector3
Vector of values for buckling lengths Y, Z and LT.
See Also