Click or drag to resize

ShellsPrincipalSigEpsVectors Constructor

Initializes a new instance of the ShellsPrincipalSigEpsVectors class. create new visitor for retrieving results.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ShellsPrincipalSigEpsVectors(
	Model model,
	LCSuperPosition lcSuperImp,
	int layer_ind,
	SurfaceResultTag tag,
	double z_rel
)

Parameters

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