|
ModelElementStraightLineGetElementStates Method
|
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Element1DStatesCollection GetElementStates(
Model model,
LCSuperPosition lcSuperPosition,
IEnumerable<double> positions,
bool withVisualDisplacementScale = true
)
Public Function GetElementStates (
model As Model,
lcSuperPosition As LCSuperPosition,
positions As IEnumerable(Of Double),
Optional withVisualDisplacementScale As Boolean = true
) As Element1DStatesCollection
public:
Element1DStatesCollection^ GetElementStates(
Model^ model,
LCSuperPosition^ lcSuperPosition,
IEnumerable<double>^ positions,
bool withVisualDisplacementScale = true
)
member GetElementStates :
model : Model *
lcSuperPosition : LCSuperPosition *
positions : IEnumerable<float> *
?withVisualDisplacementScale : bool
(* Defaults:
let _withVisualDisplacementScale = defaultArg withVisualDisplacementScale true
*)
-> Element1DStatesCollection
Parameters
- model
- Type: Karamba.ModelsModel
Model for which to retrieve the states. - lcSuperPosition
- Type: Karamba.Loads.CombinationsLCSuperPosition
?????. - positions
- Type: System.Collections.GenericIEnumerableDouble
parameter positions (0 smaller than t smaller than 1) of the states. - withVisualDisplacementScale (Optional)
- Type: SystemBoolean
if true the displacements get scaled with the factor for displacement visualization.
Return Value
Type:
Element1DStatesCollection[Missing <returns> documentation for "M:Karamba.Elements.ModelElementStraightLine.GetElementStates(Karamba.Models.Model,Karamba.Loads.Combinations.LCSuperPosition,System.Collections.Generic.IEnumerable{System.Double},System.Boolean)"]
See Also