Click or drag to resize

PFEdgeFacePairs Method

Returns a dictionary of all the consecutive half-face pairs around a half-edge

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public Dictionary<PFFace, List<PFFace>> FacePairs()

Return Value

Type: DictionaryPFFace, ListPFFace

[Missing <returns> documentation for "M:PolyFramework.PFEdge.FacePairs"]

See Also