PFFaceGetVertexPushDirections Method |
Extracts the vertex push directions for the face.
The face needs to be part of a cell.
The directions are calculated from the edges connecting
into the face that are also part of the cell.
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic Dictionary<PFVertex, List<PFEdge>> GetVertexPushDirections()
Public Function GetVertexPushDirections As Dictionary(Of PFVertex, List(Of PFEdge))
public:
Dictionary<PFVertex^, List<PFEdge^>^>^ GetVertexPushDirections()
member GetVertexPushDirections : unit -> Dictionary<PFVertex, List<PFEdge>>
Return Value
Type:
DictionaryPFVertex,
ListPFEdge[Missing <returns> documentation for "M:PolyFramework.PFFace.GetVertexPushDirections"]
See Also