Click or drag to resize

PFoamFoamPartition Method

Creates a list of cell lists based on the cell connection graph Cell->Face->FacePair->NeighborCell Used mostly for splitting separate parts of the foam

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

Return Value

Type: IListIListPFCell

[Missing <returns> documentation for "M:PolyFramework.PFoam.FoamPartition"]

See Also