|
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)
Syntaxpublic BeamsStressMeshParallel(
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:
BeamsStressMeshParallel(
Model^ model,
LCSuperPosition^ lcSuperImp,
int layer_ind,
ResultsRenderLimits^ render_lims
)
new :
model : Model *
lcSuperImp : LCSuperPosition *
layer_ind : int *
render_lims : ResultsRenderLimits -> BeamsStressMeshParallelParameters
- 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