|
RetrieverStrategyGetResults Method
|
Gives results respect to a set of polylines and crossed faces indexes.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic abstract Dictionary<ShellSecResult, List<List<List<double>>>> GetResults(
List<PolyLine3> subPolylines,
List<List<int>> subCrossedFaces,
RetrieverInfo info
)
Public MustOverride Function GetResults (
subPolylines As List(Of PolyLine3),
subCrossedFaces As List(Of List(Of Integer)),
info As RetrieverInfo
) As Dictionary(Of ShellSecResult, List(Of List(Of List(Of Double))))
public:
virtual Dictionary<ShellSecResult, List<List<List<double>^>^>^>^ GetResults(
List<PolyLine3^>^ subPolylines,
List<List<int>^>^ subCrossedFaces,
RetrieverInfo^ info
) abstract
abstract GetResults :
subPolylines : List<PolyLine3> *
subCrossedFaces : List<List<int>> *
info : RetrieverInfo -> Dictionary<ShellSecResult, List<List<List<float>>>>
Parameters
- subPolylines
- Type: System.Collections.GenericListPolyLine3
List of polylines (subpolylines). - subCrossedFaces
- Type: System.Collections.GenericListListInt32
List of crossed faces indexes grouped by [subpoly]. - info
- Type: Karamba.Results.ShellSectionRetrieverInfo
All info required to retrieve a result.
Return Value
Type:
DictionaryShellSecResult,
ListListListDoubleResults grouped by [type][subpoly][loadcase][object on mesh].
Remarks
The method make use of the RetrieverInfo.
Object on mesh could be a vertex or a face depending on the type of result.
See Also