|
ElementDisplacedGeometryVisitorParallel Constructor
|
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ElementDisplacedGeometryVisitorParallel(
Model model,
LCSuperPosition lcSuperImp,
int layer_ind = 0
)
Public Sub New (
model As Model,
lcSuperImp As LCSuperPosition,
Optional layer_ind As Integer = 0
)
public:
ElementDisplacedGeometryVisitorParallel(
Model^ model,
LCSuperPosition^ lcSuperImp,
int layer_ind = 0
)
new :
model : Model *
lcSuperImp : LCSuperPosition *
?layer_ind : int
(* Defaults:
let _layer_ind = defaultArg layer_ind 0
*)
-> ElementDisplacedGeometryVisitorParallelParameters
- model
- Type: Karamba.ModelsModel
model which shall be visited. - lcSuperImp
- Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition. - layer_ind (Optional)
- Type: SystemInt32
index of layer whose data shall be plotted.
See Also