Click or drag to resize

PFoamContamination Method

Creates outward waves from a preexisting specified set of sets of cells. Each set creates its own waves

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public List<List<List<PFCell>>> Contamination(
	List<List<PFCell>> originalContaminants
)

Parameters

originalContaminants
Type: System.Collections.GenericListListPFCell

[Missing <param name="originalContaminants"/> documentation for "M:PolyFramework.PFoam.Contamination(System.Collections.Generic.List{System.Collections.Generic.List{PolyFramework.PFCell}})"]

Return Value

Type: ListListListPFCell
A list of all waves(lists) of cells for each inputed set
See Also