PFoamConstructCellsAndSplit Method |
Extract all the facePairs from the half-edges into one dictionary.
Create all the cells from the face pairs
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic IList<PFoam> ConstructCellsAndSplit()
Public Function ConstructCellsAndSplit As IList(Of PFoam)
public:
IList<PFoam^>^ ConstructCellsAndSplit()
member ConstructCellsAndSplit : unit -> IList<PFoam>
Return Value
Type:
IListPFoam[Missing <returns> documentation for "M:PolyFramework.PFoam.ConstructCellsAndSplit"]
See Also