Click or drag to resize

RetrieverGetResults 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 Dictionary<ShellSecResult, List<List<List<double>>>> GetResults(
	List<PolyLine3> subPolylines,
	List<List<int>> subCrossedFaces
)

Parameters

subPolylines
Type: System.Collections.GenericListPolyLine3
List of polylines (subpolylines).
subCrossedFaces
Type: System.Collections.GenericListListInt32
List of crossed faces indexes grouped by [subpoly].

Return Value

Type: DictionaryShellSecResult, ListListListDouble
Results grouped by [type][subpoly][loadcase][object on mesh].
See Also