Click or drag to resize

ElementDisplacedGeometryVisitorParallel Constructor

Initializes a new instance of the ElementDisplacedGeometryVisitorParallel class. create a parallel visitor for creating the deformed geometry of elements.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ElementDisplacedGeometryVisitorParallel(
	Model model,
	LCSuperPosition lcSuperImp,
	int layer_ind = 0
)

Parameters

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