|
ColoredMeshResultsVisitorParallel Constructor
|
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ColoredMeshResultsVisitorParallel(
Model model,
LCSuperPosition lcSuperImp,
int layer_ind,
double l_factor,
string l_header,
string legend_number_fmt,
ResultsRenderLimits render_lims
)
Public Sub New (
model As Model,
lcSuperImp As LCSuperPosition,
layer_ind As Integer,
l_factor As Double,
l_header As String,
legend_number_fmt As String,
render_lims As ResultsRenderLimits
)
public:
ColoredMeshResultsVisitorParallel(
Model^ model,
LCSuperPosition^ lcSuperImp,
int layer_ind,
double l_factor,
String^ l_header,
String^ legend_number_fmt,
ResultsRenderLimits^ render_lims
)
new :
model : Model *
lcSuperImp : LCSuperPosition *
layer_ind : int *
l_factor : float *
l_header : string *
legend_number_fmt : string *
render_lims : ResultsRenderLimits -> ColoredMeshResultsVisitorParallelParameters
- 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