Click or drag to resize

BeamsStressMeshParallel Constructor

Initializes a new instance of the BeamsStressMeshParallel class. create a parallel visitor for creating colored stress-meshes for beams.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public BeamsStressMeshParallel(
	Model model,
	LCSuperPosition lcSuperImp,
	int layer_ind,
	ResultsRenderLimits render_lims
)

Parameters

model
Type: Karamba.ModelsModel
model which shall be visited.
lcSuperImp
Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition.
layer_ind
Type: SystemInt32
index of layer whose data shall be plotted.
render_lims
Type: Karamba.ResultsResultsRenderLimits
number range for coloring the results.
See Also