MeshResultsVisitornodalHeightEcce Method

determines nodal eccentricities and cross section heights.

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected void nodalHeightEcce(
	ModelMembrane shell,
	int layer_ind,
	out List<double> nodal_height,
	out List<double> nodal_eccent
)

Parameters

shell  ModelMembrane
shell for which to retrieve the data.
layer_ind  Int32
index of layer for which to retrieve the data.
nodal_height  ListDouble
average height at nodes.
nodal_eccent  ListDouble
average eccentricity at nodes.

See Also