Click or drag to resize

ColoredMeshResultsVisitor Constructor

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

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ColoredMeshResultsVisitor(
	Model model,
	LCSuperPosition lcSuperImp,
	int layer_ind,
	double l_factor,
	string l_header,
	string legend_number_fmt,
	ResultsRenderLimits render_lims,
	Nullable<bool> center_color_range_on_zero = null
)

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.
center_color_range_on_zero (Optional)
Type: SystemNullableBoolean
true if the color range should be centered on zero.
See Also