|
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)
Syntaxpublic static void solve(
Model model,
out List<List<int>> parts
)
Public Shared Sub solve (
model As Model,
<OutAttribute> ByRef parts As List(Of List(Of Integer))
)
public:
static void solve(
Model^ model,
[OutAttribute] List<List<int>^>^% parts
)
static member solve :
model : Model *
parts : List<List<int>> byref -> unit
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