Click or drag to resize

LCSuperPositionAnd Method

combine two list of super-imposition objects via AND.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static List<LCSuperPosition> And(
	IReadOnlyList<LCSuperPosition> coll1,
	IReadOnlyList<LCSuperPosition> coll2
)

Parameters

coll1
Type: System.Collections.GenericIReadOnlyListLCSuperPosition
first list of super-impositions.
coll2
Type: System.Collections.GenericIReadOnlyListLCSuperPosition
second list of super-impositions.

Return Value

Type: ListLCSuperPosition
list of super-imposition objects resulting from the AND-operation.
See Also