Click or drag to resize

ConnectedPartssolve Method

returns a list of connected subparts which are lists of element indexes.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	Model model,
	out List<List<int>> parts
)

Parameters

model
Type: Karamba.ModelsModel
Model to be tested for connected parts
parts
Type: System.Collections.GenericListListInt32
List of connected subparts defined by lists of element indexes
See Also