|
ShellsUtilisationTopAndBottomLayer Constructor
|
Initializes a new instance of the
ShellsUtilisationTopAndBottomLayer class.
create a visitor that gathers the shells colored result meshes for the utilization of the top- and bottom layer of the shell.
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ShellsUtilisationTopAndBottomLayer(
Model model,
LCSuperPosition lcSuperImp,
int layer_ind,
ResultsRenderLimits render_lims
)
Public Sub New (
model As Model,
lcSuperImp As LCSuperPosition,
layer_ind As Integer,
render_lims As ResultsRenderLimits
)
public:
ShellsUtilisationTopAndBottomLayer(
Model^ model,
LCSuperPosition^ lcSuperImp,
int layer_ind,
ResultsRenderLimits^ render_lims
)
new :
model : Model *
lcSuperImp : LCSuperPosition *
layer_ind : int *
render_lims : ResultsRenderLimits -> ShellsUtilisationTopAndBottomLayerParameters
- model
- Type: Karamba.ModelsModel
model from which to retrieve results. - lcSuperImp
- Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition. - layer_ind
- Type: SystemInt32
index of layer to be displayed. - render_lims
- Type: Karamba.ResultsResultsRenderLimits
limits of the color range.
See Also