ShellsPrincipalSigEpsVectors Constructor

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

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public ShellsPrincipalSigEpsVectors(
	Model model,
	LoadCase lcSuperImp,
	int layer_ind,
	SurfaceResultTag tag,
	double z_rel
)

Parameters

model  Model
model for which results shall be retrieved.
lcSuperImp  LoadCase
SuperPosition rule for the results.
layer_ind  Int32
index of layer to be displayed.
tag  SurfaceResultTag
tag of results to be gathered.
z_rel  Double
relative layer-position along cross section height: -1..lower rim; 1..upper rim.

See Also