Click or drag to resize

ColoredMeshResultsVisitorParallel Constructor

Initializes a new instance of the ColoredMeshResultsVisitorParallel class. create a new parallel colored mesh result visitor.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ColoredMeshResultsVisitorParallel(
	Model model,
	LCSuperPosition lcSuperImp,
	int layer_ind,
	double l_factor,
	string l_header,
	string legend_number_fmt,
	ResultsRenderLimits render_lims
)

Parameters

model
Type: Karamba.ModelsModel
model to be visited.
lcSuperImp
Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition.
layer_ind
Type: SystemInt32
index of layer to be looked at.
l_factor
Type: SystemDouble
factor for legend numbers.
l_header
Type: SystemString
title of the legend.
legend_number_fmt
Type: SystemString
number format for the legend numbers.
render_lims
Type: Karamba.ResultsResultsRenderLimits
number limits for the color rendering.
See Also