|
ShellsPrincipalSigEpsVectors Constructor
|
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ShellsPrincipalSigEpsVectors(
Model model,
LCSuperPosition lcSuperImp,
int layer_ind,
SurfaceResultTag tag,
double z_rel
)
Public Sub New (
model As Model,
lcSuperImp As LCSuperPosition,
layer_ind As Integer,
tag As SurfaceResultTag,
z_rel As Double
)
public:
ShellsPrincipalSigEpsVectors(
Model^ model,
LCSuperPosition^ lcSuperImp,
int layer_ind,
SurfaceResultTag tag,
double z_rel
)
new :
model : Model *
lcSuperImp : LCSuperPosition *
layer_ind : int *
tag : SurfaceResultTag *
z_rel : float -> ShellsPrincipalSigEpsVectorsParameters
- model
- Type: Karamba.ModelsModel
model for which results shall be retrieved. - lcSuperImp
- Type: Karamba.Loads.CombinationsLCSuperPosition
SuperPosition rule for the results. - layer_ind
- Type: SystemInt32
index of layer to be displayed. - tag
- Type: SurfaceResultTag
tag of results to be gathered. - z_rel
- Type: SystemDouble
relative layer-position along cross section height: -1..lower rim; 1..upper rim.
See Also