Click or drag to resize

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)
Syntax
public Dictionary<PFVertex, List<PFEdge>> GetVertexPushDirections()

Return Value

Type: DictionaryPFVertex, ListPFEdge

[Missing <returns> documentation for "M:PolyFramework.PFFace.GetVertexPushDirections"]

See Also