Click or drag to resize

ShellSectionStateResults Property

Gets or sets the results grouped by types.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Dictionary<ShellSecResult, List<List<List<double>>>> Results { get; set; }

Property Value

Type: DictionaryShellSecResult, ListListListDouble
Remarks
Results lists are grouped by [subpoly][loadcase][crossed face indx].
See Also