This is not used atm
Creates a set of edge lists based on BFS
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic List<List<PFEdge>> Partition()
Public Function Partition As List(Of List(Of PFEdge))
public:
List<List<PFEdge^>^>^ Partition()
member Partition : unit -> List<List<PFEdge>>
Return Value
Type:
ListListPFEdge[Missing <returns> documentation for "M:PolyFramework.PFoam.Partition"]
See Also