Click or drag to resize

PFoamCellPartition Method

Creates "ripples" of cells originating from the input list of cells The input cells can be disjoint "ripples" will be created from each cluster.

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public IList<IList<PFCell>> CellPartition(
	List<PFCell> startCells
)

Parameters

startCells
Type: System.Collections.GenericListPFCell
The cells to start the calculation from.

Return Value

Type: IListIListPFCell
A list of ripples. Each ripple is a list of cells.
See Also