Click or drag to resize

MeshResultsVisitornodalHeightEcce Method

determines nodal eccentricities and cross section heights.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void nodalHeightEcce(
	ModelMembrane shell,
	int layer_ind,
	out List<double> nodal_height,
	out List<double> nodal_eccent
)

Parameters

shell
Type: Karamba.ElementsModelMembrane
shell for which to retrieve the data.
layer_ind
Type: SystemInt32
index of layer for which to retrieve the data.
nodal_height
Type: System.Collections.GenericListDouble
average height at nodes.
nodal_eccent
Type: System.Collections.GenericListDouble
average eccentricity at nodes.
See Also