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)
Syntaxpublic Dictionary<PFFace, List<PFFace>> FacePairs()
Public Function FacePairs As Dictionary(Of PFFace, List(Of PFFace))
public:
Dictionary<PFFace^, List<PFFace^>^>^ FacePairs()
member FacePairs : unit -> Dictionary<PFFace, List<PFFace>>
Return Value
Type:
DictionaryPFFace,
ListPFFace[Missing <returns> documentation for "M:PolyFramework.PFEdge.FacePairs"]
See Also