|
MeshResultsVisitor Constructor
|
Initializes a new instance of the
MeshResultsVisitor class.
create a new visitor that gathers mesh-like results from the elements.
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic MeshResultsVisitor(
Model model,
LCSuperPosition lcSuperImp,
int layer_ind
)
Public Sub New (
model As Model,
lcSuperImp As LCSuperPosition,
layer_ind As Integer
)
public:
MeshResultsVisitor(
Model^ model,
LCSuperPosition^ lcSuperImp,
int layer_ind
)
new :
model : Model *
lcSuperImp : LCSuperPosition *
layer_ind : int -> MeshResultsVisitorParameters
- model
- Type: Karamba.ModelsModel
model from which to gather data. - lcSuperImp
- Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition. - layer_ind
- Type: SystemInt32
index of layer to be considered.
See Also