MeshResultsVisitornodalHeightEcce Method
determines nodal eccentricities and cross section heights.
Namespace: Karamba.ResultsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected void nodalHeightEcce(
ModelMembrane shell,
int layer_ind,
out List<double> nodal_height,
out List<double> nodal_eccent
)
Protected Sub nodalHeightEcce (
shell As ModelMembrane,
layer_ind As Integer,
<OutAttribute> ByRef nodal_height As List(Of Double),
<OutAttribute> ByRef nodal_eccent As List(Of Double)
)
protected:
void nodalHeightEcce(
ModelMembrane^ shell,
int layer_ind,
[OutAttribute] List<double>^% nodal_height,
[OutAttribute] List<double>^% nodal_eccent
)
member nodalHeightEcce :
shell : ModelMembrane *
layer_ind : int *
nodal_height : List<float> byref *
nodal_eccent : List<float> byref -> unit
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.