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)
Syntaxpublic List<List<List<PFCell>>> Contamination(
List<List<PFCell>> originalContaminants
)
Public Function Contamination (
originalContaminants As List(Of List(Of PFCell))
) As List(Of List(Of List(Of PFCell)))
public:
List<List<List<PFCell^>^>^>^ Contamination(
List<List<PFCell^>^>^ originalContaminants
)
member Contamination :
originalContaminants : List<List<PFCell>> -> List<List<List<PFCell>>>
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:
ListListListPFCellA list of all waves(lists) of cells for each inputed set
See Also