|
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)
Syntaxprotected 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
- 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