Click or drag to resize

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)
Syntax
public abstract Dictionary<ShellSecResult, List<List<List<double>>>> GetResults(
	List<PolyLine3> subPolylines,
	List<List<int>> subCrossedFaces,
	RetrieverInfo info
)

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, ListListListDouble
Results 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