Click or drag to resize

PFFaceGetAllConnectedFaces Method

Gets all the connected faces to the face. It will get all faces primal and pair using edge connections

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public IEnumerable<PFFace> GetAllConnectedFaces()

Return Value

Type: IEnumerablePFFace
an enumerable of PFFace with all connected faces excluding self and pair
See Also